gnu: python-pyro-ppl: Update to 1.8.6.

* gnu/packages/machine-learning.scm (python-pyro-ppl): Update to 1.8.6.
This commit is contained in:
Vinicius Monego 2023-05-20 21:49:19 -03:00
parent 19a7a824c3
commit 32754da0dc
No known key found for this signature in database
GPG key ID: 637B0B138065B68A

View file

@ -4422,7 +4422,7 @@ (define-public python-pyro-api
(define-public python-pyro-ppl
(package
(name "python-pyro-ppl")
(version "1.8.1")
(version "1.8.6")
;; The sources on pypi don't include tests.
(source
(origin
@ -4432,7 +4432,7 @@ (define-public python-pyro-ppl
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0ns20mr8qgjshzbplrfzaz1xhb9ldbgvrj2rzlsxvns2bi1ddyl5"))))
(base32 "0n1vsih99pvswcaygdxkc6kq6r48ny130z6ca8pp3281396r2ykw"))))
(build-system python-build-system)
(arguments
`(#:phases