[PATCH] xxhash: Update to 0.8.0

  • Done
  • quality assurance status badge
Details
2 participants
  • Hendur Saga
  • Mathieu Othacehe
Owner
unassigned
Submitted by
Hendur Saga
Severity
normal

Debbugs page

Hendur Saga wrote 5 years ago
(name . guix-patches@gnu.org)(address . guix-patches@gnu.org)
49470568.10308113.1596234325233@mail.yahoo.com
Hello,
Attached you will find a simple patch to update xxhash from 0.7.4 to 0.8.0.
- Hendursaga
Attachment: file
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(-)

Toggle diff (24 lines)
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
Mathieu Othacehe wrote 5 years ago
(name . Hendur Saga)(address . hendursaga@yahoo.com)(address . 42640-done@debbugs.gnu.org)
87o8nualxb.fsf@gnu.org
Hello,

Toggle quote (2 lines)
> Attached you will find a simple patch to update xxhash from 0.7.4 to 0.8.0.

I modified the commit message to follow our guidelines and pushed!

Thanks,

Mathieu
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 42640@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 42640
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help