guix_mirror_bot pushed a commit to branch c++-libraries
in repository guix.

commit ec2a19eec687d5c0c43bde2b5dbba919baa6dd5f
Author: Greg Hogan <[email protected]>
AuthorDate: Mon Mar 31 15:20:53 2025 +0000

    gnu: google-highway: Update to 1.2.0.
    
    * gnu/packages/cpp.scm (google-highway): Update to 1.2.0.
    
    Change-Id: I71a479b5dd13da342d151b036edf60f028fe8c18
---
 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 a4d022036f..e886cbe7d5 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -875,7 +875,7 @@ same name.")
 (define-public google-highway
   (package
     (name "google-highway")
-    (version "1.0.7")
+    (version "1.2.0")
     (source
      (origin
        (method git-fetch)
@@ -884,7 +884,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