Merge pull request #181346 from r-ryantm/auto-update/python3.10-pymc

python310Packages.pymc: 4.0.1 -> 4.1.2
This commit is contained in:
Fabian Affolter 2022-07-13 23:12:14 +02:00 committed by GitHub
commit 361fc93fc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "pymc";
version = "4.0.1";
version = "4.1.2";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "pymc-devs";
repo = "pymc";
rev = "refs/tags/v${version}";
hash = "sha256-muNwq9ZSxbcFNoitP1k8LEjOxJWft9jqci5q2IGu7F8=";
hash = "sha256-QSM9wQwX5EdU6w8ALDSabTpo89GNIBMEB8hJEp9jQB4=";
};
nativeBuildInputs = [