me
/
guix
Archived
1
0
Fork 0

gnu: python-pymc: Update to 5.7.2.

* gnu/packages/statistics.scm (python-pymc): Update to 5.7.2.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -2180,7 +2180,7 @@ comparison and diagnostics.")
(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 @@ comparison and diagnostics.")
(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