python311Packages.karton-core: 5.3.2 -> 5.3.3

Diff: https://github.com/CERT-Polska/karton/compare/refs/tags/v5.3.2...v5.3.3

Changelog: https://github.com/CERT-Polska/karton/releases/tag/v5.3.3
This commit is contained in:
Fabian Affolter 2024-02-29 20:17:23 +01:00
parent 71799e1ad3
commit c9e9cff155

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "karton-core";
version = "5.3.2";
version = "5.3.3";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "CERT-Polska";
repo = "karton";
rev = "refs/tags/v${version}";
hash = "sha256-/MPD83sBo9n/dI1uXbHbjvz6upJSJrssMGmGwfQ+KE8=";
hash = "sha256-RVHhMKoQAqsddziK/vWGynSL9mxMuccNEGzoJTx8KAA=";
};
propagatedBuildInputs = [