This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new cabfaa8d6c gnu: google-highway: Update to 1.2.0.
cabfaa8d6c is described below

commit cabfaa8d6ccad771952bbe856b09807ebeb5dc99
Author: Brennan Vincent <bren...@umanwizard.com>
AuthorDate: Mon Jul 21 10:09:30 2025 -0700

    gnu: google-highway: Update to 1.2.0.
    
    This picks up the fix for https://github.com/google/highway/issues/1549 
which
    was causing test failures on aarch64 with recent versions of GCC.
    
    * gnu/packages/cpp.scm (google-highway): Update to 1.2.0.
    
    Change-Id: Ibd41de558d9601e7ae4fd03ef116df1c92b03280
    Signed-off-by: Greg Hogan <c...@greghogan.com>
---
 gnu/packages/cpp.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index 7d12deace3..9918ae554f 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -876,7 +876,7 @@ same name.")
 (define-public google-highway
   (package
     (name "google-highway")
-    (version "1.0.7")
+    (version "1.2.0")
     (source
      (origin
        (method git-fetch)
@@ -885,7 +885,7 @@ same name.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0cx38hnislqyd4vd47mlpgjpr1zmpf1fms2bj6nb00fjv53q1sb7"))))
+        (base32 "0ykhc6n3ai18dijdmi38fm1d7pa8i6nbgh64jrxd4499k7jhg568"))))
     (build-system cmake-build-system)
     (arguments
      `(#:configure-flags (list "-DHWY_SYSTEM_GTEST=on"

Reply via email to