[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: python-pyro-ppl: Update to 1.8.6.
From: |
guix-commits |
Subject: |
branch master updated: gnu: python-pyro-ppl: Update to 1.8.6. |
Date: |
Sat, 12 Aug 2023 12:59:34 -0400 |
This is an automated email from the git hooks/post-receive script.
monego pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 32754da0dc gnu: python-pyro-ppl: Update to 1.8.6.
32754da0dc is described below
commit 32754da0dcd6353207949e28fad69798b2f1055f
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Sat May 20 21:49:19 2023 -0300
gnu: python-pyro-ppl: Update to 1.8.6.
* gnu/packages/machine-learning.scm (python-pyro-ppl): Update to 1.8.6.
---
gnu/packages/machine-learning.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/machine-learning.scm
b/gnu/packages/machine-learning.scm
index 3923573d57..f931626cd6 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -4422,7 +4422,7 @@ and Numpy.")
(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 @@ and Numpy.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0ns20mr8qgjshzbplrfzaz1xhb9ldbgvrj2rzlsxvns2bi1ddyl5"))))
+ (base32 "0n1vsih99pvswcaygdxkc6kq6r48ny130z6ca8pp3281396r2ykw"))))
(build-system python-build-system)
(arguments
`(#:phases
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: python-pyro-ppl: Update to 1.8.6.,
guix-commits <=