mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: python-pymc: Update to 5.6.1.
* gnu/packages/statistics.scm (python-pymc): Update to 5.6.1.
This commit is contained in:
parent
26e24d8018
commit
02a36d939a
1 changed files with 2 additions and 2 deletions
|
@ -2177,7 +2177,7 @@ (define-public python-arviz
|
|||
(define-public python-pymc
|
||||
(package
|
||||
(name "python-pymc")
|
||||
(version "5.5.0")
|
||||
(version "5.6.1")
|
||||
(source (origin
|
||||
(method git-fetch) ; no tests in PyPI
|
||||
(uri (git-reference
|
||||
|
@ -2186,7 +2186,7 @@ (define-public python-pymc
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"077xigv3lfcn9fqc14rsnam4v95fmqk2wpzfrgj08vg8m7f69wdj"))))
|
||||
"0in5lw55camvgd6b4hiw4gr11bdy96jc74z1gvsd0xj7cfxvc043"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list #:tests? #f ; tests are too computationally intensive
|
||||
|
|
Loading…
Reference in a new issue