1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-20 16:15:54 +02:00

gnu: google-highway: Update to 1.0.3.

* gnu/packages/cpp.scm (google-highway): Update to 1.0.3.
This commit is contained in:
Tobias Geerinckx-Rice
2023-01-22 01:00:02 +01:00
parent a105e2a392
commit 78299e317a
+2 -2
View File
@@ -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")))