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

python311Packages.karton-core: 5.2.0 -> 5.3.0
This commit is contained in:
Fabian Affolter 2023-09-17 18:35:42 +02:00 committed by GitHub
commit 4d935e4864
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -46,6 +46,7 @@ buildPythonPackage rec {
# Tests expecting results from a different version of libmagic
"test_process_archive_ace"
"test_process_runnable_win32_lnk"
"test_process_misc_csv"
];
meta = with lib; {

View file

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "karton-core";
version = "5.2.0";
version = "5.3.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "CERT-Polska";
repo = "karton";
rev = "refs/tags/v${version}";
hash = "sha256-1Bv0e218cvLuv/go0L13C39fFAeo0FJeCoU+XFUBhzk=";
hash = "sha256-sf8O4Y/yMoTFCibQRtNDX3pXdQ0Xzor3WqeU4xp3WuU=";
};
propagatedBuildInputs = [