Merge pull request #277730 from GaetanLepage/pymc

python311Packages.pymc: fix hash mismatch
This commit is contained in:
Nick Cao 2023-12-30 10:42:43 -05:00 committed by GitHub
commit 53928007cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "pymc-devs";
repo = "pymc";
rev = "refs/tags/v${version}";
hash = "sha256-cVmIxwO1TQ8H+Sm828sxaZ6InvIkdCRhFSH5k52W1DI=";
hash = "sha256-3y8ORRyWjr4KT818ktXrgX4jB0Rkrnf4DQaNkyXGrts=";
};
propagatedBuildInputs = [