Merge pull request #255667 from fabaff/karton-core-bump
python311Packages.karton-core: 5.2.0 -> 5.3.0
This commit is contained in:
commit
4d935e4864
@ -46,6 +46,7 @@ buildPythonPackage rec {
|
|||||||
# Tests expecting results from a different version of libmagic
|
# Tests expecting results from a different version of libmagic
|
||||||
"test_process_archive_ace"
|
"test_process_archive_ace"
|
||||||
"test_process_runnable_win32_lnk"
|
"test_process_runnable_win32_lnk"
|
||||||
|
"test_process_misc_csv"
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "karton-core";
|
pname = "karton-core";
|
||||||
version = "5.2.0";
|
version = "5.3.0";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
@ -19,7 +19,7 @@ buildPythonPackage rec {
|
|||||||
owner = "CERT-Polska";
|
owner = "CERT-Polska";
|
||||||
repo = "karton";
|
repo = "karton";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-1Bv0e218cvLuv/go0L13C39fFAeo0FJeCoU+XFUBhzk=";
|
hash = "sha256-sf8O4Y/yMoTFCibQRtNDX3pXdQ0Xzor3WqeU4xp3WuU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user