python312Packages.securetar: 2024.2.1 -> 2024.11.0

Diff: https://github.com/pvizeli/securetar/compare/refs/tags/2024.2.1...2024.11.0

Changelog: https://github.com/pvizeli/securetar/releases/tag/2024.11.0
This commit is contained in:
Fabian Affolter 2024-11-26 12:52:27 +01:00
parent 722d7e26a9
commit 1ffc6e0c7a

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "securetar";
version = "2024.2.1";
version = "2024.11.0";
pyproject = true;
disabled = pythonOlder "3.9";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "pvizeli";
repo = "securetar";
rev = "refs/tags/${version}";
hash = "sha256-D50ceRlK+v5Uo3qBBpVtKwI8zKU/qh1Njn3qeKM4LiY=";
hash = "sha256-h0GubDuwINDNfDxBVJv74yu/OnzMasq5f0lPoIrNNCA=";
};
nativeBuildInputs = [ setuptools ];