We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a944e46 + a7f17f6 commit cebaaf5Copy full SHA for cebaaf5
pkgs/development/python-modules/securetar/default.nix
@@ -10,7 +10,7 @@
10
11
buildPythonPackage rec {
12
pname = "securetar";
13
- version = "2024.2.1";
+ version = "2024.11.0";
14
pyproject = true;
15
16
disabled = pythonOlder "3.9";
@@ -19,12 +19,12 @@ buildPythonPackage rec {
19
owner = "pvizeli";
20
repo = "securetar";
21
rev = "refs/tags/${version}";
22
- hash = "sha256-D50ceRlK+v5Uo3qBBpVtKwI8zKU/qh1Njn3qeKM4LiY=";
+ hash = "sha256-h0GubDuwINDNfDxBVJv74yu/OnzMasq5f0lPoIrNNCA=";
23
};
24
25
- nativeBuildInputs = [ setuptools ];
+ build-system = [ setuptools ];
26
27
- propagatedBuildInputs = [ cryptography ];
+ dependencies = [ cryptography ];
28
29
nativeCheckInputs = [ pytestCheckHook ];
30
0 commit comments