python3Packages.sparsediffpy: 0.3.0 -> 0.4.0

This commit is contained in:
R. Ryantm
2026-06-09 21:44:10 +00:00
committed by Gaetan Lepage
parent 013b417c09
commit f1a3c2f184
@@ -15,8 +15,9 @@
buildPythonPackage (finalAttrs: {
pname = "sparsediffpy";
version = "0.3.0";
version = "0.4.0";
pyproject = true;
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "SparseDifferentiation";
@@ -25,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-4FiObnGIJSSH7BMkKS7y7rc4HYzDgMV7ym+wPZ/KHJ8=";
hash = "sha256-uT+HyZZpDGWPSfalF2j3qTFdWqYyOqYtHO/J9+5Dvz8=";
};
build-system = [