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

python310Packages.pymc: 4.1.2 -> 4.1.3
This commit is contained in:
Fabian Affolter 2022-07-16 11:20:05 +02:00 committed by GitHub
commit 79cb52c8dd
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.1.2";
version = "4.1.3";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "pymc-devs";
repo = "pymc";
rev = "refs/tags/v${version}";
hash = "sha256-QSM9wQwX5EdU6w8ALDSabTpo89GNIBMEB8hJEp9jQB4=";
hash = "sha256-fqhtfMGopzVgonF5+qyFhm72KV0hX8QE95slI/HBZYU=";
};
nativeBuildInputs = [