gnu: python-pymc: Update to 5.7.2.

* gnu/packages/statistics.scm (python-pymc): Update to 5.7.2.
This commit is contained in:
Vinicius Monego 2023-09-02 08:47:14 -03:00
parent d171c632f5
commit cee17521ec
No known key found for this signature in database
GPG key ID: 637B0B138065B68A

View file

@ -2180,7 +2180,7 @@ (define-public python-arviz
(define-public python-pymc
(package
(name "python-pymc")
(version "5.7.1")
(version "5.7.2")
(source (origin
(method git-fetch) ; no tests in PyPI
(uri (git-reference
@ -2189,7 +2189,7 @@ (define-public python-pymc
(file-name (git-file-name name version))
(sha256
(base32
"0ddb467qzwzzz3zhqbpks8n7mqqr7isskbirnxlfdmcwyyf4cq3q"))))
"1r3lxpfc782f0wphdqfgsskbz52i0gwgrmxb65307k6cqia69s3r"))))
(build-system pyproject-build-system)
(arguments
(list #:tests? #f ; tests are too computationally intensive