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
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -448,7 +448,7 @@ (define-public xsimd
(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 @@ (define-public google-highway
(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")))