python312Packages.securesystemslib: 1.1.0 -> 1.2.0 (#362633)

This commit is contained in:
Fabian Affolter 2024-12-07 01:34:03 +01:00 committed by GitHub
commit ced979000a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "securesystemslib";
version = "1.1.0";
version = "1.2.0";
pyproject = true;
disabled = pythonOlder "3.8";
@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "secure-systems-lab";
repo = "securesystemslib";
rev = "refs/tags/v${version}";
hash = "sha256-PDivKunqQcGnER4eyWtGE5gvbqvhavXF7n/O2rTFTkI=";
hash = "sha256-HAYsmsW5GKLmfq9FVVsME+tE7Qg0jx9YIWw1UQWwV2c=";
};
build-system = [ hatchling ];