guix_mirror_bot pushed a commit to branch c++-team
in repository guix.
commit 792c9ce097e4b192f0f176fac2cf3390a95c3fc2
Author: Greg Hogan <[email protected]>
AuthorDate: Wed Aug 20 17:36:00 2025 +0000
gnu: google-highway: Update to 1.3.0.
* gnu/packages/cpp.scm (google-highway): Update to 1.3.0.
Change-Id: I143ce0a2677efe986756ca8e0e5b1488d92d00fa
---
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 850bbb6acb..37d0e692d2 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -879,7 +879,7 @@ same name.")
(define-public google-highway
(package
(name "google-highway")
- (version "1.2.0")
+ (version "1.3.0")
(source
(origin
(method git-fetch)
@@ -888,7 +888,7 @@ same name.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0ykhc6n3ai18dijdmi38fm1d7pa8i6nbgh64jrxd4499k7jhg568"))))
+ (base32 "1bl576f3zlygxfmjqs5rrk3sag411hlhx2210lpq461plvvs80zi"))))
(build-system cmake-build-system)
(arguments
`(#:configure-flags (list "-DHWY_SYSTEM_GTEST=on"