Merge pull request #300606 from r-ryantm/auto-update/python312Packages.hickle

python312Packages.hickle: 5.0.2 -> 5.0.3
This commit is contained in:
Nick Cao 2024-04-05 10:03:20 -04:00 committed by GitHub
commit 6207abdf2b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "hickle";
version = "5.0.2";
version = "5.0.3";
format = "setuptools";
disabled = pythonOlder "3.5";
src = fetchPypi {
inherit pname version;
hash = "sha256-2+7OF/a89jK/zLhbk/Q2A+zsKnfRbq3YMKGycEWsLEQ=";
hash = "sha256-An5RzK0nnRaBI6JEUl5shLrA22RgWzEbC9NJiRvgxT4=";
};
postPatch = ''