Merge pull request #312838 from r-ryantm/auto-update/python311Packages.sparse

python311Packages.sparse: 0.15.1 -> 0.15.4
This commit is contained in:
OTABI Tomoya 2024-05-26 10:14:26 +09:00 committed by GitHub
commit a457dae31b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "sparse";
version = "0.15.1";
version = "0.15.4";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-lzrcuIqNuOPYBHlTMx4m0/ZKVlf5tGprhZxHZjw+75k=";
hash = "sha256-1LHFfST/D2Ty/VtalbSbf7hO0geibX1Yzidk3MXHK4Q=";
};
postPatch = ''