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

This commit is contained in:
Gaétan Lepage
2025-04-23 19:27:54 +02:00
committed by GitHub
@@ -31,14 +31,14 @@
buildPythonPackage rec {
pname = "devito";
version = "4.8.14";
version = "4.8.15";
pyproject = true;
src = fetchFromGitHub {
owner = "devitocodes";
repo = "devito";
tag = "v${version}";
hash = "sha256-NM60H8Fx0pe4JEF7K8A+1i1MbxKhgab5cGcCD8wl9l8=";
hash = "sha256-Eb8ndWtc8TxQGO/7BCa+gU/3SUVPaOvZQBtj7YHT3PA=";
};
pythonRemoveDeps = [ "pip" ];