Merge pull request #313089 from GaetanLepage/pymc-hash

python311Packages.pymc: fix hash mismatch
This commit is contained in:
Pol Dellaiera 2024-05-20 12:57:58 +02:00 committed by GitHub
commit b30aef1f0a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "pymc-devs";
repo = "pymc";
rev = "refs/tags/v${version}";
hash = "sha256-KJXQz7LES3AqLkq5FPnaECraYSM4vfuDyfRJSclz1RQ=";
hash = "sha256-9AqnJOm0yQOOoksg1lpI4EcduU5xDjnIplOzVJIwQFo=";
};
postPatch = ''