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

This commit is contained in:
Weijia Wang
2025-04-27 18:56:58 +02:00
committed by GitHub
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "karton-core";
version = "5.6.0";
version = "5.6.1";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "CERT-Polska";
repo = "karton";
tag = "v${version}";
hash = "sha256-I5kJO4C//zlmnptuC1c8BJBV6h3pTEuo6EsXuublUCs=";
hash = "sha256-fOnOZJKjlcF00FHGd/MTWo3Z7ZYdN2olOWzl/R39IWI=";
};
build-system = [ setuptools ];
@@ -41,7 +41,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Distributed malware processing framework";
homepage = "https://karton-core.readthedocs.io/";
changelog = "https://github.com/CERT-Polska/karton/releases/tag/v${version}";
changelog = "https://github.com/CERT-Polska/karton/releases/tag/${src.tag}";
license = licenses.bsd3;
maintainers = with maintainers; [
chivay