gnu: python-pymc: Update to 5.7.1.
* gnu/packages/statistics.scm (python-pymc): Update to 5.7.1.
parent
645aeaf52d
commit
c4b9f726e3
|
@ -2177,7 +2177,7 @@ comparison and diagnostics.")
|
||||||
(define-public python-pymc
|
(define-public python-pymc
|
||||||
(package
|
(package
|
||||||
(name "python-pymc")
|
(name "python-pymc")
|
||||||
(version "5.6.1")
|
(version "5.7.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch) ; no tests in PyPI
|
(method git-fetch) ; no tests in PyPI
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -2186,7 +2186,7 @@ comparison and diagnostics.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0in5lw55camvgd6b4hiw4gr11bdy96jc74z1gvsd0xj7cfxvc043"))))
|
"0ddb467qzwzzz3zhqbpks8n7mqqr7isskbirnxlfdmcwyyf4cq3q"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:tests? #f ; tests are too computationally intensive
|
(list #:tests? #f ; tests are too computationally intensive
|
||||||
|
|
Reference in New Issue