mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
python311Packages.tuf: 3.1.0 -> 3.1.1
Diff: https://github.com/theupdateframework/python-tuf/compare/refs/tags/v3.1.0...v3.1.1 Changelog: https://github.com/theupdateframework/python-tuf/blob/v3.1.1/docs/CHANGELOG.md Advisory: https://github.com/advisories/GHSA-77hh-43cm-v8j6
This commit is contained in:
parent
045b51a3ae
commit
f65ed09251
@ -11,7 +11,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "tuf";
|
||||
version = "3.1.0";
|
||||
version = "3.1.1";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
@ -20,7 +20,7 @@ buildPythonPackage rec {
|
||||
owner = "theupdateframework";
|
||||
repo = "python-tuf";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-IGF/8RdX7Oxl6gdqPGN1w/6q4zaei+MnYXBZepB4KUA=";
|
||||
hash = "sha256-HiF/b6aOhDhhQqYx/bjMXHABxmAJY4vkLlTheiL8zEo=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
Loading…
Reference in New Issue
Block a user