python3Packages.sparsediffpy: 0.4.0 -> 0.5.1

This commit is contained in:
R. Ryantm
2026-06-15 19:27:45 +00:00
parent 9842582be0
commit daafbd9ccb
@@ -15,7 +15,7 @@
buildPythonPackage (finalAttrs: {
pname = "sparsediffpy";
version = "0.4.0";
version = "0.5.1";
pyproject = true;
__structuredAttrs = true;
@@ -26,7 +26,7 @@ buildPythonPackage (finalAttrs: {
# SparseDiffEngine is built from source and their cmake does not support finding it on the
# system. We fallback to using the git submodule approach for now.
fetchSubmodules = true;
hash = "sha256-uT+HyZZpDGWPSfalF2j3qTFdWqYyOqYtHO/J9+5Dvz8=";
hash = "sha256-PqtD3FjOpYLuu5ddeTdJ1UcL4Wvcv6RoZFGchpVdBAI=";
};
build-system = [