guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: google-highway: Update to 1.0.7.


From: guix-commits
Subject: 02/02: gnu: google-highway: Update to 1.0.7.
Date: Wed, 27 Dec 2023 08:41:50 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 33b816864d87f057482a8e6caa4e536555635c4f
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Dec 20 09:43:31 2023 +0200

    gnu: google-highway: Update to 1.0.7.
    
    * gnu/packages/cpp.scm (google-highway): Update to 1.0.7.
    
    Change-Id: I8374135da8343910156709c255f144dab1554cc0
---
 gnu/packages/cpp.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index 83581acc2f..0f2c6e0b85 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]