Skip to content

Commit cebaaf5

Browse files
authored
python312Packages.securetar: 2024.2.1 -> 2024.11.0 (#359253)
2 parents a944e46 + a7f17f6 commit cebaaf5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/development/python-modules/securetar/default.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
buildPythonPackage rec {
1212
pname = "securetar";
13-
version = "2024.2.1";
13+
version = "2024.11.0";
1414
pyproject = true;
1515

1616
disabled = pythonOlder "3.9";
@@ -19,12 +19,12 @@ buildPythonPackage rec {
1919
owner = "pvizeli";
2020
repo = "securetar";
2121
rev = "refs/tags/${version}";
22-
hash = "sha256-D50ceRlK+v5Uo3qBBpVtKwI8zKU/qh1Njn3qeKM4LiY=";
22+
hash = "sha256-h0GubDuwINDNfDxBVJv74yu/OnzMasq5f0lPoIrNNCA=";
2323
};
2424

25-
nativeBuildInputs = [ setuptools ];
25+
build-system = [ setuptools ];
2626

27-
propagatedBuildInputs = [ cryptography ];
27+
dependencies = [ cryptography ];
2828

2929
nativeCheckInputs = [ pytestCheckHook ];
3030

0 commit comments

Comments
 (0)