Skip to content

Commit a5de6d7

Browse files
committed
python3Packages.pymc: fix source hash
1 parent 5a140d8 commit a5de6d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/development/python-modules/pymc/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ buildPythonPackage rec {
2929
owner = "pymc-devs";
3030
repo = "pymc";
3131
tag = "v${version}";
32-
hash = "sha256-Zn6Yyacq7k+Xzu2VwdvXl5IRZbgYUIiOkZ0Q87I/BXo=";
32+
hash = "sha256-AHQ1x5Adhn0wQOzh9H+m0D7JpAB2XfCU0ovgkmS+Hzc=";
3333
};
3434

3535
postPatch = ''

0 commit comments

Comments
 (0)