Merge pull request #289707 from fabaff/tuf-bump

python311Packages.tuf: 3.1.0 -> 3.1.1
This commit is contained in:
Nick Cao 2024-02-18 13:10:33 -05:00 committed by GitHub
commit 7a39722481
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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