me
/
guix
Archived
1
0
Fork 0

gnu: google-highway: Update to 1.0.7.

* gnu/packages/cpp.scm (google-highway): Update to 1.0.7.

Change-Id: I8374135da8343910156709c255f144dab1554cc0
master
Efraim Flashner 2023-12-20 09:43:31 +02:00
parent b28bcd49c2
commit 33b816864d
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -484,7 +484,7 @@ operating on batches.")
(define-public google-highway
(package
(name "google-highway")
(version "1.0.5")
(version "1.0.7")
(source
(origin
(method git-fetch)
@ -493,7 +493,7 @@ operating on batches.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "01ig4iqicm57nycl9q8mx1b22gvl4wj5j1vfp1jczhmrga4bca8v"))))
(base32 "0cx38hnislqyd4vd47mlpgjpr1zmpf1fms2bj6nb00fjv53q1sb7"))))
(build-system cmake-build-system)
(arguments
`(#:configure-flags (list "-DHWY_SYSTEM_GTEST=on"