diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-01-22 01:00:02 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-01-22 01:00:17 +0100 |
commit | 78299e317a25a97609e6741968e8e4534426e054 (patch) | |
tree | da28e4c2abedcafbbb070401832e9104cda7b6e9 /gnu | |
parent | a105e2a392c164233e15636a003d5dc18c94acf3 (diff) |
gnu: google-highway: Update to 1.0.3.
* gnu/packages/cpp.scm (google-highway): Update to 1.0.3.
Diffstat (limited to 'gnu')
-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 fc294c6eb4..0eecab50fb 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm @@ -448,7 +448,7 @@ operating on batches.") (define-public google-highway (package (name "google-highway") - (version "1.0.2") + (version "1.0.3") (source (origin (method git-fetch) @@ -457,7 +457,7 @@ operating on batches.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "1dxv61ag0pl5nl6ql4k83k4i95937nhl98img8gz9fx76cpw6z08")))) + (base32 "1828rz9w9sr3zlyg25b6nm7j5j5m0xnic7hy36gpsbxvq358ibpf")))) (build-system cmake-build-system) (arguments `(#:configure-flags (list "-DHWY_SYSTEM_GTEST=on"))) |