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

python312Packages.devito: 4.8.14 -> 4.8.15 (#401144)

authored by

Gaétan Lepage and committed by
GitHub
d72d003f bcc5ca10

+2 -2
+2 -2
pkgs/development/python-modules/devito/default.nix
··· 31 31 32 32 buildPythonPackage rec { 33 33 pname = "devito"; 34 - version = "4.8.14"; 34 + version = "4.8.15"; 35 35 pyproject = true; 36 36 37 37 src = fetchFromGitHub { 38 38 owner = "devitocodes"; 39 39 repo = "devito"; 40 40 tag = "v${version}"; 41 - hash = "sha256-NM60H8Fx0pe4JEF7K8A+1i1MbxKhgab5cGcCD8wl9l8="; 41 + hash = "sha256-Eb8ndWtc8TxQGO/7BCa+gU/3SUVPaOvZQBtj7YHT3PA="; 42 42 }; 43 43 44 44 pythonRemoveDeps = [ "pip" ];