python312Packages.sparse: 0.15.4 -> 0.15.5

This commit is contained in:
R. Ryantm
2025-01-17 09:58:58 +00:00
parent 90789b086a
commit bed60edc70
@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "sparse";
version = "0.15.4";
version = "0.15.5";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-1LHFfST/D2Ty/VtalbSbf7hO0geibX1Yzidk3MXHK4Q=";
hash = "sha256-THbODJb1zVwxt+eeZQ8AIkJMKxbwXxAEnpxjge5L4mY=";
};
postPatch = ''