python3Packages.securetar: 2024.11.0 -> 2025.1.3

https://github.com/pvizeli/securetar/releases/tag/2025.1.3
This commit is contained in:
Martin Weinelt
2025-01-27 10:57:20 +01:00
parent c016c0ed3e
commit 35acb26798
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "securetar";
version = "2024.11.0";
version = "2025.1.3";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "pvizeli";
repo = "securetar";
tag = version;
hash = "sha256-h0GubDuwINDNfDxBVJv74yu/OnzMasq5f0lPoIrNNCA=";
hash = "sha256-flsDFXNzpwfNraR4MvjkxOjH6BUNvGqu6g7RXlvl8sU=";
};
build-system = [ setuptools ];
@@ -33,7 +33,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Module to handle tarfile backups";
homepage = "https://github.com/pvizeli/securetar";
changelog = "https://github.com/pvizeli/securetar/releases/tag/${version}";
changelog = "https://github.com/pvizeli/securetar/releases/tag/${src.tag}";
license = licenses.asl20;
maintainers = with maintainers; [ fab ];
};