python312Packages.karton-core: 5.3.3 -> 5.3.4

This commit is contained in:
R. Ryantm 2024-03-26 15:36:46 +00:00
parent f7a8b88715
commit 4e7e219a93
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "karton-core";
version = "5.3.3";
version = "5.3.4";
pyproject = true;
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "CERT-Polska";
repo = "karton";
rev = "refs/tags/v${version}";
hash = "sha256-RVHhMKoQAqsddziK/vWGynSL9mxMuccNEGzoJTx8KAA=";
hash = "sha256-q12S80GZFyh7zU6iMeCkyIesMK8qXtZ1B69w8H5LpOU=";
};
nativeBuildInputs = [