python313Packages.karton-core: 5.7.0 -> 5.8.0

Changelog: https://github.com/CERT-Polska/karton/releases/tag/v5.8.0
This commit is contained in:
Fabian Affolter
2025-06-26 11:46:26 +02:00
parent 4bf9da2932
commit e67e2906de
@@ -1,6 +1,6 @@
{
lib,
boto3,
aioboto3,
buildPythonPackage,
fetchFromGitHub,
orjson,
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "karton-core";
version = "5.7.0";
version = "5.8.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "CERT-Polska";
repo = "karton";
tag = "v${version}";
hash = "sha256-XmhOPtgrK5rgnYsm5cj1kjJw/yClskVCT6RpDIepbvc=";
hash = "sha256-OWaGjH9FKv5FOG6ttoT+zvLKcrD4j6y1cSpArtCEn4w=";
};
build-system = [ setuptools ];
@@ -29,7 +29,7 @@ buildPythonPackage rec {
pythonRelaxDeps = [ "boto3" ];
dependencies = [
boto3
aioboto3
orjson
redis
];