python312Packages.scikit-fmm: 2024.9.16 -> 2025.1.29 (#378187)

This commit is contained in:
Nick Cao
2025-01-31 13:52:05 -05:00
committed by GitHub
@@ -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 ];