python312Packages.devito: 4.8.14 -> 4.8.15
Diff: https://github.com/devitocodes/devito/compare/refs/tags/v4.8.14...refs/tags/v4.8.15 Changelog: https://github.com/devitocodes/devito/releases/tag/v4.8.15
This commit is contained in:
@@ -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" ];
|
||||
|
||||
Reference in New Issue
Block a user