mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
python311Packages.securesystemslib: 0.30.0 -> 0.31.0
Diff: https://github.com/secure-systems-lab/securesystemslib/compare/refs/tags/v0.30.0...v0.31.0 Changelog: https://github.com/secure-systems-lab/securesystemslib/blob/0.31.0/CHANGELOG.md
This commit is contained in:
parent
6242cda67f
commit
1884f76192
@ -18,7 +18,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "securesystemslib";
|
||||
version = "0.30.0";
|
||||
version = "0.31.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
@ -27,7 +27,7 @@ buildPythonPackage rec {
|
||||
owner = "secure-systems-lab";
|
||||
repo = "securesystemslib";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-Jqw65VTMLA/X7VQGxN0BlTzF/lxBYirDKBf+xI9cfhg=";
|
||||
hash = "sha256-REi38rIVZmWawFGcrPl9QzSthW4jHZDr/0ug7kJRz3Y=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user