python3Packages.scikit-fmm: 2025.1.29 -> 2025.6.23

This commit is contained in:
R. Ryantm
2025-06-26 13:02:40 +00:00
parent 9be32fbfaa
commit 14176541cb
@@ -9,13 +9,13 @@
buildPythonPackage rec {
pname = "scikit-fmm";
version = "2025.1.29";
version = "2025.6.23";
pyproject = true;
src = fetchPypi {
pname = "scikit_fmm";
inherit version;
hash = "sha256-7gTKuObCAahEjfmIL8Azbby3nxJPPh4rjb4x1O4xBQw=";
hash = "sha256-oyCPXziB5At4eNESG6ObjVfxvDj7Tl8NnRxmqbAH5E8=";
};
build-system = [ meson-python ];