summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2017-12-30 16:37:46 -0500
committerLeo Famulari <leo@famulari.name>2018-01-10 01:22:03 -0800
commite1c815351b1766afd7b5f0c1d43d65444d43c62b (patch)
treeee629968d727d5e94c7aa23e8a18795f30dc3503 /gnu
parent3aecf5bd1513694fc536f44c971efd9bcbb85b68 (diff)
downloadguix-e1c815351b1766afd7b5f0c1d43d65444d43c62b.tar.gz
gnu: go-github-com-chmduquesne-rollinghash-adler32: Update to 0.0.0-1.3dc7875.
* gnu/packages/syncthing.scm (go-github-com-chmduquesne-rollinghash-adler32):
Update to 0.0.0-1.3dc7875.
Diffstat (limited to 'gnu')
-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 fe3881038f..ad68ca2e82 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -1564,8 +1564,8 @@ and RFC 5389).")
       (license asl2.0))))
 
 (define-public go-github-com-chmduquesne-rollinghash-adler32
-  (let ((commit "043b8fdecc9816f0011a056f6d92f9a091ab63dd")
-        (revision "0"))
+  (let ((commit "3dc7875a1f890f9bcf0619adb5571fc6f7d516bb")
+        (revision "1"))
     (package
       (name "go-github-com-chmduquesne-rollinghash-adler32")
       (version (git-version "0.0.0" revision commit))
@@ -1578,7 +1578,7 @@ and RFC 5389).")
           (file-name (git-file-name name version))
           (sha256
            (base32
-            "0pc87laxgydqv03bdirfv32y9k0bdk2cwjxn28yh42nvay9p6y0k"))))
+            "0frl021qdqcdyk9fccw6x1v2byvh0hls4rsrdjih5jgqpc18kx6y"))))
       (build-system go-build-system)
       (arguments
        '(#:import-path "github.com/chmduquesne/rollinghash/adler32"