about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2023-04-25 11:46:24 +0200
committerGitHub <noreply@github.com>2023-04-25 11:46:24 +0200
commitb1329ea31399bbd35cf5ab462f2d7b2493eef5ec (patch)
tree0cc2f4f4c2b4b3a4841d864727d45e20ae0a7f66
parent54fd8f35d6938e71995a1d35b7e661865f703a0b (diff)
parentd5b1550fc8328ea68e94d9604e8d5d3c1ba08abd (diff)
Merge pull request #228087 from wamserma/fix-devito
python311Packages.devito: fix source hash
-rw-r--r--pkgs/development/python-modules/devito/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/devito/default.nix b/pkgs/development/python-modules/devito/default.nix
index 51f3895f66f04..3b4063518cfd1 100644
--- a/pkgs/development/python-modules/devito/default.nix
+++ b/pkgs/development/python-modules/devito/default.nix
@@ -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 = ''