Skip to content

Commit

Permalink
python311Packages.pymc: 5.13.1 -> 5.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Apr 30, 2024
1 parent 7fd0e9b commit e00d45b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pymc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

buildPythonPackage rec {
pname = "pymc";
version = "5.13.1";
version = "5.14.0";
pyproject = true;

disabled = pythonOlder "3.10";
Expand All @@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "pymc-devs";
repo = "pymc";
rev = "refs/tags/v${version}";
hash = "sha256-SSAn7nbKhXGeEvASKQITUs3+ix3j37u9JTkNiG+1tZ0=";
hash = "sha256-ZVGMzkStKSPLgBoyzA8SOvsof7QRR7TLmLhh5NmD/F8=";
};

postPatch = ''
Expand Down

0 comments on commit e00d45b

Please sign in to comment.