guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Leo Famulari
Subject: 21/27: gnu: go-github-com-thejerf-suture: Update to 2.0.1-0.87e298c.
Date: Wed, 10 Jan 2018 04:29:36 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit 48f677c97820383a91ae94d902468ae7478cd521
Author: Leo Famulari <address@hidden>
Date:   Sat Dec 30 17:31:20 2017 -0500

    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.
---
 gnu/packages/syncthing.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm
index f775aaf..f7cd779 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"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]