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.
This commit is contained in:
Leo Famulari 2019-03-06 15:29:10 -05:00
parent 9c359ff445
commit 2fcd1c84af
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 4 additions and 4 deletions

View File

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