Skip to content

Commit

Permalink
Merge pull request NixOS#313089 from GaetanLepage/pymc-hash
Browse files Browse the repository at this point in the history
python311Packages.pymc: fix hash mismatch
  • Loading branch information
drupol authored May 20, 2024
2 parents dbeb624 + 8c919b6 commit b30aef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/pymc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "pymc-devs";
repo = "pymc";
rev = "refs/tags/v${version}";
hash = "sha256-KJXQz7LES3AqLkq5FPnaECraYSM4vfuDyfRJSclz1RQ=";
hash = "sha256-9AqnJOm0yQOOoksg1lpI4EcduU5xDjnIplOzVJIwQFo=";
};

postPatch = ''
Expand Down

0 comments on commit b30aef1

Please sign in to comment.