python312Packages.karton-core: 5.6.0 -> 5.6.1 (#395682)

authored by Weijia Wang and committed by GitHub 0169a2ff dd75cb72

+3 -3
+3 -3
pkgs/development/python-modules/karton-core/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "karton-core"; 15 - version = "5.6.0"; 15 + version = "5.6.1"; 16 16 pyproject = true; 17 17 18 18 disabled = pythonOlder "3.8"; ··· 21 21 owner = "CERT-Polska"; 22 22 repo = "karton"; 23 23 tag = "v${version}"; 24 - hash = "sha256-I5kJO4C//zlmnptuC1c8BJBV6h3pTEuo6EsXuublUCs="; 24 + hash = "sha256-fOnOZJKjlcF00FHGd/MTWo3Z7ZYdN2olOWzl/R39IWI="; 25 25 }; 26 26 27 27 build-system = [ setuptools ]; ··· 41 41 meta = with lib; { 42 42 description = "Distributed malware processing framework"; 43 43 homepage = "https://karton-core.readthedocs.io/"; 44 - changelog = "https://github.com/CERT-Polska/karton/releases/tag/v${version}"; 44 + changelog = "https://github.com/CERT-Polska/karton/releases/tag/${src.tag}"; 45 45 license = licenses.bsd3; 46 46 maintainers = with maintainers; [ 47 47 chivay