python312Packages.securetar: 2024.2.1 -> 2024.11.0 (#359253)

This commit is contained in:
Fabian Affolter 2024-11-28 09:12:28 +01:00 committed by GitHub
commit cebaaf501b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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,12 +19,12 @@ buildPythonPackage rec {
owner = "pvizeli";
repo = "securetar";
rev = "refs/tags/${version}";
hash = "sha256-D50ceRlK+v5Uo3qBBpVtKwI8zKU/qh1Njn3qeKM4LiY=";
hash = "sha256-h0GubDuwINDNfDxBVJv74yu/OnzMasq5f0lPoIrNNCA=";
};
nativeBuildInputs = [ setuptools ];
build-system = [ setuptools ];
propagatedBuildInputs = [ cryptography ];
dependencies = [ cryptography ];
nativeCheckInputs = [ pytestCheckHook ];