This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch next-master
in repository guix.
The following commit(s) were added to refs/heads/next-master by this push:
new d1181caf74 gnu: cpuinfo: Update to 0.0-7.c4b4f4b.
d1181caf74 is described below
commit d1181caf745e098adf9678787b70c4469f7bb625
Author: Cayetano Santos <[email protected]>
AuthorDate: Sat Jan 17 11:46:52 2026 +0100
gnu: cpuinfo: Update to 0.0-7.c4b4f4b.
* gnu/packages/parallel.scm (cpuinfo): Update to 0.0-7.c4b4f4b.
[inputs]: Remove googletest-1.13; add googletest.
Change-Id: I9887a31af10965dc66666b950b822e67ea65d93c
---
gnu/packages/parallel.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/parallel.scm b/gnu/packages/parallel.scm
index 853e22c4d0..2f2f5d05b6 100644
--- a/gnu/packages/parallel.scm
+++ b/gnu/packages/parallel.scm
@@ -627,8 +627,8 @@ features.")
(define-public cpuinfo
;; There's currently no tag on this repo.
- (let ((revision "6")
- (commit "b3b25967b5b80406304d575321e572c5f9e5e3c4"))
+ (let ((revision "7")
+ (commit "c4b4f4bf08c0cf486fc3111d0244ebf2a48ad01b"))
(package
(name "cpuinfo")
(version (git-version "0.0" revision commit))
@@ -639,7 +639,7 @@ features.")
(file-name (git-file-name name version))
(sha256
(base32
- "02i4sf6bgw25xsaarbialw9n9plqxqblvh7pjz2sw6cvz1r5n6c6"))))
+ "1gjigxszhjj3422nq50kgffq1iirgl7ik9wf50m2lz64qwb5dkz5"))))
(build-system cmake-build-system)
(arguments
(list
@@ -651,7 +651,7 @@ features.")
#~(list "-DBUILD_SHARED_LIBS=ON"
"-DUSE_SYSTEM_LIBS=ON")))
(inputs
- (list googletest-1.13 googlebenchmark))
+ (list googletest googlebenchmark))
(native-inputs
(list python-wrapper))
(synopsis "C/C++ library to obtain information about the CPU")