Skip to content

Commit 05abac7

Browse files
committed
python311Packages.{pytensor,pymc}: fix hash
1 parent a7d1482 commit 05abac7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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
rev = "refs/tags/v${version}";
32-
hash = "sha256-+PbxYmyo9S85atl6B+DB+ZSW9HLN/2fAPwALn719TjM=";
32+
hash = "sha256-JA5xBoqNC6F97Obs+0ig/ALw1rkUVX7A0bStKHS+uv4=";
3333
};
3434

3535
postPatch = ''

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ buildPythonPackage rec {
3636
owner = "pymc-devs";
3737
repo = "pytensor";
3838
rev = "refs/tags/rel-${version}";
39-
hash = "sha256-+YdUZj5Edbm+jm6s/0RflQVVQg3enBwlmBwpLrk3534=";
39+
hash = "sha256-RhicZSVkaDtIngIOvzyEQ+VMZwdV45wDk7e7bThTIh8=";
4040
};
4141

4242
pythonRelaxDeps = [

0 commit comments

Comments
 (0)