unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Hendur Saga via Guix-patches via <guix-patches@gnu.org>
To: 42640@debbugs.gnu.org
Subject: [bug#42640] [PATCH] xxhash: Update to 0.8.0
Date: Fri, 31 Jul 2020 22:25:25 +0000 (UTC)	[thread overview]
Message-ID: <49470568.10308113.1596234325233@mail.yahoo.com> (raw)
In-Reply-To: 49470568.10308113.1596234325233.ref@mail.yahoo.com


[-- Attachment #1.1: Type: text/plain, Size: 96 bytes --]

Hello,
Attached you will find a simple patch to update xxhash from 0.7.4 to 0.8.0.
- Hendursaga

[-- Attachment #1.2: Type: text/html, Size: 570 bytes --]

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-xxhash-Update-to-0.8.0.patch --]
[-- Type: text/x-patch, Size: 987 bytes --]

From 6d2070f06e44aa6f13798a7b72947024390ad0bf Mon Sep 17 00:00:00 2001
From: Hendursaga <hendursaga@yahoo.com>
Date: Fri, 31 Jul 2020 22:21:43 +0000
Subject: [PATCH] xxhash: Update to 0.8.0.

---
 gnu/packages/digest.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/digest.scm b/gnu/packages/digest.scm
index 78eeb7e286..a33e238362 100644
--- a/gnu/packages/digest.scm
+++ b/gnu/packages/digest.scm
@@ -27,7 +27,7 @@
 (define-public xxhash
   (package
     (name "xxhash")
-    (version "0.7.4")
+    (version "0.8.0")
     (source
      (origin
        (method git-fetch)
@@ -36,7 +36,7 @@
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "08j7wxshhzpyrnyilfnvhyv5ycm0yv5m7jf6q4kxcd7j4dcbhmpb"))))
+        (base32 "0hpbzdd6kfki5f61g103vp7pfczqkdj0js63avl0ss552jfb8h96"))))
     (build-system gnu-build-system)
     (arguments
      `(#:make-flags
-- 
2.27.0


       reply	other threads:[~2020-08-01  3:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <49470568.10308113.1596234325233.ref@mail.yahoo.com>
2020-07-31 22:25 ` Hendur Saga via Guix-patches via [this message]
2020-08-01  7:02   ` bug#42640: [PATCH] xxhash: Update to 0.8.0 Mathieu Othacehe

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=49470568.10308113.1596234325233@mail.yahoo.com \
    --to=guix-patches@gnu.org \
    --cc=42640@debbugs.gnu.org \
    --cc=hendursaga@yahoo.com \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).