Merge pull request #226565 from r-ryantm/auto-update/python311Packages.devito

python311Packages.devito: 4.8.0 -> 4.8.1
This commit is contained in:
Fabian Affolter 2023-04-17 21:30:10 +02:00 committed by GitHub
commit fdc5dff335
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@
buildPythonPackage rec {
pname = "devito";
version = "4.8.0";
version = "4.8.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -34,7 +34,7 @@ buildPythonPackage rec {
owner = "devitocodes";
repo = "devito";
rev = "refs/tags/v${version}";
hash = "sha256-Wuq49deZKhIHHhxgxgzxxY/3aQcJVCJ0ofGwDrUcHkY=";
hash = "sha256-JLfTWfQ9HYb7jsPAuAfNXuIWv7lOomJGE9hBss+AI7o=";
};
postPatch = ''