python312Packages.karton-core: 5.5.1 -> 5.6.0 (#378078)

This commit is contained in:
Weijia Wang
2025-02-26 15:29:06 +01:00
committed by GitHub
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "karton-core";
version = "5.5.1";
version = "5.6.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "CERT-Polska";
repo = "karton";
tag = "v${version}";
hash = "sha256-KaEXBNGcJN88gIv7suKcr1pK4ih/QbByxEy3nZFlIgk=";
hash = "sha256-I5kJO4C//zlmnptuC1c8BJBV6h3pTEuo6EsXuublUCs=";
};
build-system = [ setuptools ];