guix-commits
[Top][All Lists]
Advanced

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

07/11: gnu: google-highway: Update to 0.17.0.


From: guix-commits
Subject: 07/11: gnu: google-highway: Update to 0.17.0.
Date: Wed, 22 Jun 2022 17:50:17 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 1bcf4695f731d59b45ee0f18fb4868315b762a19
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Tue Jun 14 19:20:27 2022 +0000

    gnu: google-highway: Update to 0.17.0.
    
    * gnu/packages/cpp.scm (google-highway): Update to 0.17.0.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 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 78e4f3bd8e..a17f1ee4b6 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -435,7 +435,7 @@ operating on batches.")
 (define-public google-highway
   (package
     (name "google-highway")
-    (version "0.15.0")
+    (version "0.17.0")
     (source
      (origin
        (method git-fetch)
@@ -444,7 +444,7 @@ operating on batches.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1yjwgnrpd9m99x2nqf6ld28zc6y9nlsxqg128bxxmja1gg4g4qdz"))))
+        (base32 "0iwn7m8f1j7bchwbi5h84nzkzmzqd7byddbr4lh6i6lpd87wny08"))))
     (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]