python3Packages.devito: 4.8.18 -> 4.8.19 (#418505)

This commit is contained in:
Gaétan Lepage
2025-06-22 18:34:01 +02:00
committed by GitHub
@@ -32,14 +32,14 @@
buildPythonPackage rec {
pname = "devito";
version = "4.8.18";
version = "4.8.19";
pyproject = true;
src = fetchFromGitHub {
owner = "devitocodes";
repo = "devito";
tag = "v${version}";
hash = "sha256-DJwdtUAmhgiTPifj1UmrE7tnXUiK3FwAry0USp5xJP0=";
hash = "sha256-kE4u5r2GFe4Y+IdSEnNZEOAO9WoSIM00Ify1eLaflWI=";
};
pythonRemoveDeps = [ "pip" ];