python312Packages.scikit-fmm: 2024.9.16 -> 2025.1.29

This commit is contained in:
R. Ryantm
2025-01-31 03:21:41 +00:00
parent 06d633e659
commit f16a9c314e
@@ -9,13 +9,13 @@
buildPythonPackage rec {
pname = "scikit-fmm";
version = "2024.9.16";
version = "2025.1.29";
pyproject = true;
src = fetchPypi {
pname = "scikit_fmm";
inherit version;
hash = "sha256-q6hqteXv600iH7xpCKHgRLkJYSpy9hIf/QnlsYI+jh4=";
hash = "sha256-7gTKuObCAahEjfmIL8Azbby3nxJPPh4rjb4x1O4xBQw=";
};
build-system = [ meson-python ];