python3Packages.karton-core: 5.6.1 -> 5.7.0

This commit is contained in:
R. Ryantm
2025-05-18 16:10:44 +00:00
parent 63fa397da6
commit d1fcc2085d
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "karton-core";
version = "5.6.1";
version = "5.7.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "CERT-Polska";
repo = "karton";
tag = "v${version}";
hash = "sha256-fOnOZJKjlcF00FHGd/MTWo3Z7ZYdN2olOWzl/R39IWI=";
hash = "sha256-XmhOPtgrK5rgnYsm5cj1kjJw/yClskVCT6RpDIepbvc=";
};
build-system = [ setuptools ];