python311Packages.pymc: fix hash

This commit is contained in:
Peder Bergebakken Sundt 2024-11-09 21:05:19 +01:00
parent 0927ff824c
commit a806a3b2e5

View File

@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "pymc-devs";
repo = "pymc";
rev = "refs/tags/v${version}";
hash = "sha256-XJWAzJ8B5MZlMA6gF8OAUeXUHfPH2/buvoGlthgc+Qw=";
hash = "sha256-rH6sh05rSrhakcfdc+BSR37kQYO/QEPuw8hHMZZGwdE=";
};
postPatch = ''