python311Packages.pymc: 5.9.2 -> 5.10.0

Changelog: https://github.com/pymc-devs/pymc/releases/tag/v5.10.0
This commit is contained in:
Gaetan Lepage 2023-11-25 11:15:00 +01:00
parent edb9802bee
commit 861fb5c048

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "pymc";
version = "5.9.2";
version = "5.10.0";
pyproject = true;
disabled = pythonOlder "3.9";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "pymc-devs";
repo = "pymc";
rev = "refs/tags/v${version}";
hash = "sha256-fbS4JSbmdOGz570awEpT6ut0NJ8TbiAeJWaETMBeI3c=";
hash = "sha256-cjvEP7vkFQKwUPwHw3JWbS8+U8PEaL3c1D2NwV3uLOU=";
};
propagatedBuildInputs = [