Merge pull request #186943 from AtilaSaraiva/devito

devito: unstable-2022-04-22 -> 4.7.1
This commit is contained in:
Thiago Kenji Okada 2022-08-16 13:08:09 +01:00 committed by GitHub
commit 9999de49bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,13 +22,13 @@
buildPythonPackage rec {
pname = "devito";
version = "unstable-2022-04-22";
version = "4.7.1";
src = fetchFromGitHub {
owner = "devitocodes";
repo = "devito";
rev = "7cb52eded4038c1a0ee92cfd04d3412c48f2fb7c";
sha256 = "sha256-75hkkufQK9Nv65DBz8cmYTfkxH/UUWDQK/rGUDULvjM=";
rev = "v${version}";
sha256 = "sha256-crKTxlueE8NGjAqu625iFvp35UK2U7+9kl8rpbzf0gs=";
};
postPatch = ''