mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: python-pymc: Update to 5.7.2.
* gnu/packages/statistics.scm (python-pymc): Update to 5.7.2.
This commit is contained in:
parent
d171c632f5
commit
cee17521ec
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue