unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#42640] [PATCH] xxhash: Update to 0.8.0
       [not found] <49470568.10308113.1596234325233.ref@mail.yahoo.com>
@ 2020-07-31 22:25 ` Hendur Saga via Guix-patches via
  2020-08-01  7:02   ` bug#42640: " Mathieu Othacehe
  0 siblings, 1 reply; 2+ messages in thread
From: Hendur Saga via Guix-patches via @ 2020-07-31 22:25 UTC (permalink / raw)
  To: 42640


[-- 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#42640: [PATCH] xxhash: Update to 0.8.0
  2020-07-31 22:25 ` [bug#42640] [PATCH] xxhash: Update to 0.8.0 Hendur Saga via Guix-patches via
@ 2020-08-01  7:02   ` Mathieu Othacehe
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2020-08-01  7:02 UTC (permalink / raw)
  To: Hendur Saga; +Cc: 42640-done


Hello,

> 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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-08-01  7:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <49470568.10308113.1596234325233.ref@mail.yahoo.com>
2020-07-31 22:25 ` [bug#42640] [PATCH] xxhash: Update to 0.8.0 Hendur Saga via Guix-patches via
2020-08-01  7:02   ` bug#42640: " Mathieu Othacehe

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).