python312Packages.karton-core: 5.4.0 -> 5.5.0 (#341459)

This commit is contained in:
OTABI Tomoya
2024-09-13 15:11:26 +09:00
committed by GitHub
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "karton-core";
version = "5.4.0";
version = "5.5.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "CERT-Polska";
repo = "karton";
rev = "refs/tags/v${version}";
hash = "sha256-4IU4ttJdh5BU79076kbQOtzqzeQ3/Xb9Qd6Bh9iNXrA=";
hash = "sha256-fjzZPq98AwNT+tiTvKZY2QsSD+FRUFx+oY84hPP7QdI=";
};
build-system = [ setuptools ];