diff options
| author | Greg Hogan <code@greghogan.com> | 2025-08-20 17:36:00 +0000 |
|---|---|---|
| committer | Greg Hogan <code@greghogan.com> | 2025-11-28 12:45:50 +0000 |
| commit | 4100c8e021e728debcb6cb5e7a8398cb619e4a00 (patch) | |
| tree | ae1772422ab431c16e0600ef09ae8240c24c58a2 /gnu/packages/cpp.scm | |
| parent | 9cf9e76b1cf44b9952b8ffd3fd87dadbaaf6abf7 (diff) | |
gnu: google-highway: Update to 1.3.0.
* gnu/packages/cpp.scm (google-highway): Update to 1.3.0.
Change-Id: I143ce0a2677efe986756ca8e0e5b1488d92d00fa
Diffstat (limited to 'gnu/packages/cpp.scm')
| -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 f76f89f91ed..51789490167 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm | |||
| @@ -912,7 +912,7 @@ same name.") | |||
| 912 | (define-public google-highway | 912 | (define-public google-highway |
| 913 | (package | 913 | (package |
| 914 | (name "google-highway") | 914 | (name "google-highway") |
| 915 | (version "1.2.0") | 915 | (version "1.3.0") |
| 916 | (source | 916 | (source |
| 917 | (origin | 917 | (origin |
| 918 | (method git-fetch) | 918 | (method git-fetch) |
| @@ -921,7 +921,7 @@ same name.") | |||
| 921 | (commit version))) | 921 | (commit version))) |
| 922 | (file-name (git-file-name name version)) | 922 | (file-name (git-file-name name version)) |
| 923 | (sha256 | 923 | (sha256 |
| 924 | (base32 "0ykhc6n3ai18dijdmi38fm1d7pa8i6nbgh64jrxd4499k7jhg568")))) | 924 | (base32 "1bl576f3zlygxfmjqs5rrk3sag411hlhx2210lpq461plvvs80zi")))) |
| 925 | (build-system cmake-build-system) | 925 | (build-system cmake-build-system) |
| 926 | (arguments | 926 | (arguments |
| 927 | `(#:configure-flags (list "-DHWY_SYSTEM_GTEST=on" | 927 | `(#:configure-flags (list "-DHWY_SYSTEM_GTEST=on" |
