me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/machine-learning.scm (python-pyro-ppl): Update to 1.8.6.
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
1 changed files with 2 additions and 2 deletions

View File

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