Merge pull request #247175 from fabaff/karton-core-bump

python311Packages.karton-yaramatcher: 1.2.0 -> 1.3.0, python311Packages.karton-core: 5.1.0 -> 5.2.0
This commit is contained in:
Fabian Affolter 2023-08-04 23:14:49 +02:00 committed by GitHub
commit 2b3d17ad0e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 4 deletions

View file

@ -2,6 +2,7 @@
, boto3
, buildPythonPackage
, fetchFromGitHub
, orjson
, unittestCheckHook
, pythonOlder
, redis
@ -9,7 +10,7 @@
buildPythonPackage rec {
pname = "karton-core";
version = "5.1.0";
version = "5.2.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -18,11 +19,12 @@ buildPythonPackage rec {
owner = "CERT-Polska";
repo = "karton";
rev = "refs/tags/v${version}";
hash = "sha256-IhxMei6KkPsDnUkV4+zxSMI7rgZgOvbHQFqJAC1b5iw=";
hash = "sha256-1Bv0e218cvLuv/go0L13C39fFAeo0FJeCoU+XFUBhzk=";
};
propagatedBuildInputs = [
boto3
orjson
redis
];

View file

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "karton-yaramatcher";
version = "1.2.0";
version = "1.3.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "CERT-Polska";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-ulWwPXbjqQXwSRi8MFdcx7vC7P19yu66Ll8jkuTesao=";
hash = "sha256-URGW8FyJZ3ktrwolls5ElSWn8FD6vWCA+Eu0aGtPh6U=";
};
propagatedBuildInputs = [