diff options
author | Vinicius Monego <monego@posteo.net> | 2022-10-29 11:48:31 -0300 |
---|---|---|
committer | Vinicius Monego <monego@posteo.net> | 2022-11-05 10:13:54 -0300 |
commit | 0e85fceb385650f165333d5e28b8001660e77349 (patch) | |
tree | 0b3c3d6d8ab309e8089cca7057b30368fa177e92 | |
parent | a3eebc7731701c1453f2c33b723e9488354aed0b (diff) | |
download | guix-0e85fceb385650f165333d5e28b8001660e77349.tar guix-0e85fceb385650f165333d5e28b8001660e77349.tar.gz |
gnu: google-highway: Update to 1.0.2.
* gnu/packages/cpp.scm (google-highway): Update to 1.0.2.
-rw-r--r-- | gnu/packages/cpp.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm index 470f404066..c789303823 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm @@ -10,7 +10,7 @@ ;;; Copyright © 2020 Roel Janssen <roel@gnu.org> ;;; Copyright © 2020, 2021 Ricardo Wurmus <rekado@elephly.net> ;;; Copyright © 2020 Brice Waegeneire <brice@waegenei.re> -;;; Copyright © 2020, 2021 Vinicius Monego <monego@posteo.net> +;;; Copyright © 2020, 2021, 2022 Vinicius Monego <monego@posteo.net> ;;; Copyright © 2020, 2022 Marius Bakke <marius@gnu.org> ;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de> ;;; Copyright © 2020 Alexandros Theodotou <alex@zrythm.org> @@ -438,7 +438,7 @@ operating on batches.") (define-public google-highway (package (name "google-highway") - (version "0.17.0") + (version "1.0.2") (source (origin (method git-fetch) @@ -447,7 +447,7 @@ operating on batches.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "0iwn7m8f1j7bchwbi5h84nzkzmzqd7byddbr4lh6i6lpd87wny08")))) + (base32 "1dxv61ag0pl5nl6ql4k83k4i95937nhl98img8gz9fx76cpw6z08")))) (build-system cmake-build-system) (arguments `(#:configure-flags (list "-DHWY_SYSTEM_GTEST=on"))) |