1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

python312Packages.pysmi: 1.5.0 -> 1.5.4 (#349396)

This commit is contained in:
Fabian Affolter 2024-10-18 08:59:49 +02:00 committed by GitHub
commit 1de20966ea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,7 +13,7 @@
}:
buildPythonPackage rec {
version = "1.5.0";
version = "1.5.4";
pname = "pysmi";
pyproject = true;
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "lextudio";
repo = "pysmi";
rev = "refs/tags/v${version}";
hash = "sha256-9yAsseMI50RhVeyFvuTo/pN9ftrvvUWYCacy2v3VVT8=";
hash = "sha256-QKxUV2QTaGkCQmWTS8GBeaXKsKTIsrDVZFwidTqLdh0=";
};
build-system = [ poetry-core ];