Fabian Affolter 2024-02-18 10:24:03 +01:00
parent 045b51a3ae
commit f65ed09251

View File

@ -11,7 +11,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "tuf"; pname = "tuf";
version = "3.1.0"; version = "3.1.1";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.8"; disabled = pythonOlder "3.8";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "theupdateframework"; owner = "theupdateframework";
repo = "python-tuf"; repo = "python-tuf";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-IGF/8RdX7Oxl6gdqPGN1w/6q4zaei+MnYXBZepB4KUA="; hash = "sha256-HiF/b6aOhDhhQqYx/bjMXHABxmAJY4vkLlTheiL8zEo=";
}; };
postPatch = '' postPatch = ''