gnu: python-pymc: Update to 5.10.3.

* gnu/packages/statistics.scm (python-pymc): Update to 5.10.3.

Change-Id: I7c30e5a487f97415ef3bf7f9c514a5de54dcd611
This commit is contained in:
Vinicius Monego 2024-01-24 12:27:06 -03:00
parent 90b80796bf
commit b6e3527aae
No known key found for this signature in database
GPG Key ID: 637B0B138065B68A

View File

@ -2182,7 +2182,7 @@ comparison and diagnostics.")
(define-public python-pymc
(package
(name "python-pymc")
(version "5.10.0")
(version "5.10.3")
(source (origin
(method git-fetch) ; no tests in PyPI
(uri (git-reference
@ -2191,7 +2191,7 @@ comparison and diagnostics.")
(file-name (git-file-name name version))
(sha256
(base32
"17gb7ny2isfgyps7qffdxq18a9p43qy1fhqhbh75cnqd5wv1yxzb"))))
"0ydngbki4xb0i4j0nayzqqrvwlxp30fp56kiwm95n2i7iwgmki02"))))
(build-system pyproject-build-system)
(arguments
(list #:tests? #f ; tests are too computationally intensive