Merge pull request #171170 from AtilaSaraiva/devito

python310Packages.devito: fix sha256 hash that changed
This commit is contained in:
Sandro 2022-05-02 14:01:24 +02:00 committed by GitHub
commit 2c91cdd09b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "devitocodes";
repo = "devito";
rev = "7cb52eded4038c1a0ee92cfd04d3412c48f2fb7c";
sha256 = "sha256-QdQRCGmXaubPPnmyJo2ha0mW5P1akRZhXZVW2TNM5yY=";
sha256 = "sha256-75hkkufQK9Nv65DBz8cmYTfkxH/UUWDQK/rGUDULvjM=";
};
postPatch = ''