nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

python313Packages.securetar: 2025.1.4 -> 2025.2.1

Diff: https://github.com/pvizeli/securetar/compare/refs/tags/2025.1.4...2025.2.1

Changelog: https://github.com/pvizeli/securetar/releases/tag/2025.2.0
https://github.com/pvizeli/securetar/releases/tag/2025.2.1

authored by

Robert Schütz and committed by
Martin Weinelt
44c787a4 5d94c4cb

+2 -2
+2 -2
pkgs/development/python-modules/securetar/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "securetar"; 13 - version = "2025.1.4"; 13 + version = "2025.2.1"; 14 14 pyproject = true; 15 15 16 16 disabled = pythonOlder "3.10"; ··· 19 19 owner = "pvizeli"; 20 20 repo = "securetar"; 21 21 tag = version; 22 - hash = "sha256-vI9u8CUf9rdJwx+Q3ypO9XS/jfRxZV5EOjvKSmQSNa0="; 22 + hash = "sha256-uVzyVgS8bWxS7jhwVyv7wTNF8REW+dJIhkRaS/8/FmY="; 23 23 }; 24 24 25 25 build-system = [ setuptools ];