gnu: go-github-com-thejerf-suture: Update to 2.0.1-0.87e298c.

* gnu/packages/syncthing.scm (go-github-com-thejerf-suture): Update to
2.0.1-0.87e298c.
This commit is contained in:
Leo Famulari 2017-12-30 17:31:20 -05:00
parent b39bd1d4e5
commit 48f677c978
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -737,11 +737,11 @@ (define-public go-github-com-syndtr-goleveldb
(license bsd-2))))
(define-public go-github-com-thejerf-suture
(let ((commit "0ac47afae95ad5bc5184ed346bc945168e883f5d")
(let ((commit "87e298c9891673c9ae76e10c2c9be589127e5f49")
(revision "0"))
(package
(name "go-github-com-thejerf-suture")
(version (git-version "0.0.0" revision commit))
(version (git-version "2.0.1" revision commit))
(source (origin
(method git-fetch)
(uri (git-reference
@ -750,7 +750,7 @@ (define-public go-github-com-thejerf-suture
(file-name (git-file-name name version))
(sha256
(base32
"0f860fkaibnnkmh4q6q9yn3r26sraaj8wx9irwm76cmsp48zcxfy"))))
"0srw0g94z6jplvlsjqsr6wf7885alnbb6h4fhvbg2i7q1ia5ldy2"))))
(build-system go-build-system)
(arguments
`(#:import-path "github.com/thejerf/suture"))