diff options
author | Leo Famulari <leo@famulari.name> | 2017-12-30 17:31:20 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2018-01-10 01:22:07 -0800 |
commit | 48f677c97820383a91ae94d902468ae7478cd521 (patch) | |
tree | bcf66b7156d1acabeef76bb4adc62800236d6798 | |
parent | b39bd1d4e5134a8ed338452cc4f859a5b994fad0 (diff) | |
download | guix-48f677c97820383a91ae94d902468ae7478cd521.tar guix-48f677c97820383a91ae94d902468ae7478cd521.tar.gz |
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.
-rw-r--r-- | gnu/packages/syncthing.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm index f775aaf164..f7cd779878 100644 --- a/gnu/packages/syncthing.scm +++ b/gnu/packages/syncthing.scm @@ -737,11 +737,11 @@ database in Go.") (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 @@ database in Go.") (file-name (git-file-name name version)) (sha256 (base32 - "0f860fkaibnnkmh4q6q9yn3r26sraaj8wx9irwm76cmsp48zcxfy")))) + "0srw0g94z6jplvlsjqsr6wf7885alnbb6h4fhvbg2i7q1ia5ldy2")))) (build-system go-build-system) (arguments `(#:import-path "github.com/thejerf/suture")) |