diff options
author | Greg Hogan <code@greghogan.com> | 2025-03-31 15:20:53 +0000 |
---|---|---|
committer | Greg Hogan <code@greghogan.com> | 2025-07-14 13:14:43 +0000 |
commit | 7bee005753f5c31e6488a84083cb4f1eba2e9f3c (patch) | |
tree | 4940f87b31202f3a163c0c02d102a4ff97f9bba9 | |
parent | 4261227f81026030b349cd9b02346a48408be188 (diff) |
gnu: google-highway: Update to 1.2.0.
* gnu/packages/cpp.scm (google-highway): Update to 1.2.0.
Change-Id: I71a479b5dd13da342d151b036edf60f028fe8c18
-rw-r--r-- | gnu/packages/cpp.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm index a4607534d1..e90cee7f96 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" |