python311Packages.pymc: fix hash mismatch

This commit is contained in:
Gaetan Lepage
2024-05-20 11:30:05 +02:00
parent bce9b8a3b4
commit 8c919b68f3
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "pymc-devs";
repo = "pymc";
rev = "refs/tags/v${version}";
hash = "sha256-KJXQz7LES3AqLkq5FPnaECraYSM4vfuDyfRJSclz1RQ=";
hash = "sha256-9AqnJOm0yQOOoksg1lpI4EcduU5xDjnIplOzVJIwQFo=";
};
postPatch = ''