guix-commits
[Top][All Lists]
Advanced

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

04/31: gnu: go-github-com-chmduquesne-rollinghash-adler32: Update to 4.0


From: guix-commits
Subject: 04/31: gnu: go-github-com-chmduquesne-rollinghash-adler32: Update to 4.0.0-0.a60f8e7.
Date: Thu, 14 Mar 2019 03:06:52 -0400 (EDT)

lfam pushed a commit to branch wip-go-build-system
in repository guix.

commit 8e6c61f4b82e24252c48f02612b1ebde7def3106
Author: Leo Famulari <address@hidden>
Date:   Wed Mar 6 15:29:10 2019 -0500

    gnu: go-github-com-chmduquesne-rollinghash-adler32: Update to 
4.0.0-0.a60f8e7.
    
    * gnu/packages/syncthing.scm 
(go-github-com-chmduquesne-rollinghash-adler32):
    Update to 4.0.0-0.a60f8e7.
---
 gnu/packages/syncthing.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm
index 90228e5..c35740e 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -667,11 +667,11 @@ virtual connections from a single physical connection.")
       (license expat))))
 
 (define-public go-github-com-chmduquesne-rollinghash-adler32
-  (let ((commit "abb8cbaf9915e48ee20cae94bcd94221b61707a2")
-        (revision "2"))
+  (let ((commit "a60f8e7142b536ea61bb5d84014171189eeaaa81")
+        (revision "0"))
     (package
       (name "go-github-com-chmduquesne-rollinghash-adler32")
-      (version (git-version "0.0.0" revision commit))
+      (version (git-version "4.0.0" revision commit))
       (source
         (origin
           (method git-fetch)
@@ -681,7 +681,7 @@ virtual connections from a single physical connection.")
           (file-name (git-file-name name version))
           (sha256
            (base32
-            "0ylqb9r60q77qw0d6g9cg4yzadxzwcw74lfd25cw9yglyq0wgd3l"))))
+            "0fpaqq4zb0wikgbhn7vwqqj1h865f5xy195vkhivsp922p7qwsjr"))))
       (build-system go-build-system)
       (arguments
        '(#:import-path "github.com/chmduquesne/rollinghash/adler32"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]