summary refs log tree commit diff
path: root/gnu/packages
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2018-05-12 16:44:01 -0400
committerLeo Famulari <leo@famulari.name>2018-06-05 20:35:49 -0400
commita624be49a2feb16fa4023bf25f67e657dd2cd37e (patch)
tree0bc5d5510c9729302a4dae99533d5c611b4362c3 /gnu/packages
parent42639cc98091518c6bbb09db24925c2c599a0a2d (diff)
downloadguix-a624be49a2feb16fa4023bf25f67e657dd2cd37e.tar.gz
gnu: go-github-com-chmduquesne-rollinghash-adler32: Update to 0.0.0-2.abb8cba.
* gnu/packages/syncthing.scm (go-github-com-chmduquesne-rollinghash-adler32):
Update to 0.0.0-2.abb8cba.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/syncthing.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm
index e29405a27b..79c2b0ce30 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -985,8 +985,8 @@ virtual connections from a single physical connection.")
       (license expat))))
 
 (define-public go-github-com-chmduquesne-rollinghash-adler32
-  (let ((commit "3dc7875a1f890f9bcf0619adb5571fc6f7d516bb")
-        (revision "1"))
+  (let ((commit "abb8cbaf9915e48ee20cae94bcd94221b61707a2")
+        (revision "2"))
     (package
       (name "go-github-com-chmduquesne-rollinghash-adler32")
       (version (git-version "0.0.0" revision commit))
@@ -999,7 +999,7 @@ virtual connections from a single physical connection.")
           (file-name (git-file-name name version))
           (sha256
            (base32
-            "0frl021qdqcdyk9fccw6x1v2byvh0hls4rsrdjih5jgqpc18kx6y"))))
+            "0ylqb9r60q77qw0d6g9cg4yzadxzwcw74lfd25cw9yglyq0wgd3l"))))
       (build-system go-build-system)
       (arguments
        '(#:import-path "github.com/chmduquesne/rollinghash/adler32"