[PATCH 0/2] Update googlebenchmark.

  • Done
  • quality assurance status badge
Details
2 participants
  • Greg Hogan
  • Ludovic Courtès
Owner
unassigned
Submitted by
Greg Hogan
Severity
normal
G
G
Greg Hogan wrote on 7 Aug 2023 21:15
(address . guix-patches@gnu.org)(name . Greg Hogan)(address . code@greghogan.com)
20230807191849.4910-1-code@greghogan.com
Greg Hogan (2):
gnu: googlebenchmark: Update to 1.8.2.
gnu: python-pyro-ppl: Update to 1.8.6.

gnu/packages/check.scm | 4 ++--
gnu/packages/machine-learning.scm | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)

--
2.41.0
G
G
Greg Hogan wrote on 7 Aug 2023 21:21
[PATCH 1/2] gnu: googlebenchmark: Update to 1.8.2.
(address . 65133@debbugs.gnu.org)(name . Greg Hogan)(address . code@greghogan.com)
20230807192207.9529-1-code@greghogan.com
* gnu/packages/check.scm (googlebenchmark): Update to 1.8.2.
---
gnu/packages/check.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 1d70ea9fe0..c057bf3443 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -978,7 +978,7 @@ (define-public googletest-1.8
(define-public googlebenchmark
(package
(name "googlebenchmark")
- (version "1.5.3")
+ (version "1.8.2")
(home-page "https://github.com/google/benchmark")
(source (origin
(method git-fetch)
@@ -987,7 +987,7 @@ (define-public googlebenchmark
(file-name (git-file-name "google-benchmark" version))
(sha256
(base32
- "1hls0aqqj5cfldn9jfpvzjhpxkhrydrz9crp477rwllwjsybdxw7"))))
+ "1p72bw7xcd88d8268fmmzji59408f552fbiv37jmsixml5dmq9wv"))))
(build-system cmake-build-system)
(arguments
'(#:configure-flags (list "-DBUILD_SHARED_LIBS=ON"
--
2.41.0
G
G
Greg Hogan wrote on 7 Aug 2023 21:21
[PATCH 2/2] gnu: python-pyro-ppl: Update to 1.8.6.
(address . 65133@debbugs.gnu.org)(name . Greg Hogan)(address . code@greghogan.com)
20230807192207.9529-2-code@greghogan.com
* 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(-)

Toggle diff (24 lines)
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 @@ (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
--
2.41.0
L
L
Ludovic Courtès wrote on 21 Aug 2023 15:54
Re: bug#65133: [PATCH 0/2] Update googlebenchmark.
(name . Greg Hogan)(address . code@greghogan.com)(address . 65133-done@debbugs.gnu.org)
877cpobiwj.fsf_-_@gnu.org
Greg Hogan <code@greghogan.com> skribis:

Toggle quote (2 lines)
> * gnu/packages/check.scm (googlebenchmark): Update to 1.8.2.

Applied, thanks!
Closed
?