all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Greg Hogan <code@greghogan.com>
To: 55982@debbugs.gnu.org
Cc: Greg Hogan <code@greghogan.com>
Subject: [bug#55982] [PATCH 1/2] gnu: google-highway: Update to 0.17.0.
Date: Tue, 14 Jun 2022 19:20:27 +0000	[thread overview]
Message-ID: <15760e49c5a2a8e322c87658ac26fabf436e9fa5.1655233921.git.code@greghogan.com> (raw)
In-Reply-To: <cover.1655233921.git.code@greghogan.com>

* gnu/packages/cpp.scm (google-highway): Update to 0.17.0.
---
 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 @@ (define-public xsimd
 (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 @@ (define-public google-highway
              (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")))
-- 
2.36.1





  reply	other threads:[~2022-06-14 19:21 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-14 19:18 [bug#55982] [PATCH 0/2] Update google-highway Greg Hogan
2022-06-14 19:20 ` Greg Hogan [this message]
2022-06-14 19:20 ` [bug#55982] [PATCH 2/2] gnu: libjxl: Update to 0.6.1-0.b7076f18 Greg Hogan
2022-06-22 21:42 ` bug#55982: [PATCH 0/2] Update google-highway Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=15760e49c5a2a8e322c87658ac26fabf436e9fa5.1655233921.git.code@greghogan.com \
    --to=code@greghogan.com \
    --cc=55982@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.