pythonPackages.devito: fix source hash

This commit is contained in:
Markus S. Wamser 2023-04-25 07:48:04 +02:00
parent 50dc8c7859
commit d5b1550fc8

View file

@ -34,7 +34,7 @@ buildPythonPackage rec {
owner = "devitocodes";
repo = "devito";
rev = "refs/tags/v${version}";
hash = "sha256-JLfTWfQ9HYb7jsPAuAfNXuIWv7lOomJGE9hBss+AI7o=";
hash = "sha256-LzqY//205XEOd3/f8k1g4OYndRHMTVplBogGJf5Forw=";
};
postPatch = ''