python311Packages.pymc: 5.9.0 -> 5.9.1

Changelog: https://github.com/pymc-devs/pymc/releases/tag/v5.9.1
This commit is contained in:
Gaetan Lepage 2023-10-26 12:31:36 +02:00
parent d67aeeb901
commit 0e5c72a071

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "pymc";
version = "5.9.0";
version = "5.9.1";
pyproject = true;
disabled = pythonOlder "3.9";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "pymc-devs";
repo = "pymc";
rev = "refs/tags/v${version}";
hash = "sha256-iaX1+SHGAJ9V2Jv76as5BcL5DcxURwX3aGa+R9YVtXY=";
hash = "sha256-yY8W3B1yqj0oOkR6+nMbFgCFmTStXkePWnEYPHI8Zto=";
};
propagatedBuildInputs = [