python311Packages.pymc: fix hash mismatch

This commit is contained in:
Gaetan Lepage 2023-12-30 15:32:57 +01:00
parent 64af988b08
commit cd2a28ef95

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 = [