python311Packages.pymc: 5.10.1 -> 5.10.2

Changelog: https://github.com/pymc-devs/pymc/releases/tag/v5.10.2
This commit is contained in:
Gaetan Lepage 2023-12-13 15:10:51 +01:00
parent 043d2b5dea
commit ba9143c5e7

View file

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "pymc";
version = "5.10.1";
version = "5.10.2";
pyproject = true;
disabled = pythonOlder "3.9";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "pymc-devs";
repo = "pymc";
rev = "refs/tags/v${version}";
hash = "sha256-+hRj39teuxlHOEQ40E2ZteU+tN73j+cHWbxzWsl1+mE=";
hash = "sha256-Yrhd9pTHxdpGkea6BO/dM1O3nnGIV2CRsg40dpotf0U=";
};
propagatedBuildInputs = [