guix-commits
[Top][All Lists]
Advanced

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

07/18: gnu: go-github-com-ccding-go-stun: Update to 0.1.2.


From: guix-commits
Subject: 07/18: gnu: go-github-com-ccding-go-stun: Update to 0.1.2.
Date: Tue, 26 May 2020 02:54:55 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit cbc139a791eb8a664c28c2d28033daa0baa102e3
Author: Efraim Flashner <address@hidden>
AuthorDate: Mon May 25 22:16:33 2020 +0300

    gnu: go-github-com-ccding-go-stun: Update to 0.1.2.
    
    * gnu/packages/syncthing.scm (go-github-com-ccding-go-stun): Update to
    0.1.2.
---
 gnu/packages/syncthing.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm
index 8ca5ab5..1795860 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -1037,7 +1037,7 @@ virtual connections from a single physical connection.")
 (define-public go-github-com-ccding-go-stun
   (package
     (name "go-github-com-ccding-go-stun")
-    (version "0.1.1")
+    (version "0.1.2")
     (source
       (origin
         (method git-fetch)
@@ -1047,7 +1047,7 @@ virtual connections from a single physical connection.")
         (file-name (git-file-name name version))
         (sha256
          (base32
-          "1gr0rw1c1y7wh6913lyn5k4ig023by27i36bly6am8dwgrgp34ww"))))
+          "133r2s4h9vv5lmjd680my2c5973gfi0gg5cxcwzjwdjad83a2dm0"))))
     (build-system go-build-system)
     (arguments
      '(#:import-path "github.com/ccding/go-stun"))



reply via email to

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