nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.scikit-fmm: 2025.1.29 -> 2025.6.23

R. Ryantm 14176541 9be32fbf

+2 -2
+2 -2
pkgs/development/python-modules/scikit-fmm/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "scikit-fmm"; 12 - version = "2025.1.29"; 12 + version = "2025.6.23"; 13 13 pyproject = true; 14 14 15 15 src = fetchPypi { 16 16 pname = "scikit_fmm"; 17 17 inherit version; 18 - hash = "sha256-7gTKuObCAahEjfmIL8Azbby3nxJPPh4rjb4x1O4xBQw="; 18 + hash = "sha256-oyCPXziB5At4eNESG6ObjVfxvDj7Tl8NnRxmqbAH5E8="; 19 19 }; 20 20 21 21 build-system = [ meson-python ];