GNU bug report logs -
#77412
[PATCH c++-team] gnu: google-highway: Update to 1.2.0.
Previous Next
To reply to this bug, email your comments to 77412 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
code <at> greghogan.com, guix-patches <at> gnu.org
:
bug#77412
; Package
guix-patches
.
(Mon, 31 Mar 2025 19:22:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Greg Hogan <code <at> greghogan.com>
:
New bug report received and forwarded. Copy sent to
code <at> greghogan.com, guix-patches <at> gnu.org
.
(Mon, 31 Mar 2025 19:22:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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 bdd0a5e5c4..6a749188e5 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -845,7 +845,7 @@ (define-public icecream-cpp
(define-public google-highway
(package
(name "google-highway")
- (version "1.0.7")
+ (version "1.2.0")
(source
(origin
(method git-fetch)
@@ -854,7 +854,7 @@ (define-public google-highway
(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"
base-commit: 773014994fa486727df9c335c778ec678c691075
--
2.49.0
This bug report was last modified 8 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.