python3Packages.pymc: fix source hash

This commit is contained in:
Pavol Rusnak
2025-03-01 18:00:24 +01:00
parent 5a140d8d48
commit a5de6d7bd8
@@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "pymc-devs";
repo = "pymc";
tag = "v${version}";
hash = "sha256-Zn6Yyacq7k+Xzu2VwdvXl5IRZbgYUIiOkZ0Q87I/BXo=";
hash = "sha256-AHQ1x5Adhn0wQOzh9H+m0D7JpAB2XfCU0ovgkmS+Hzc=";
};
postPatch = ''