mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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.
This commit is contained in:
parent
4ddd50c608
commit
cbc139a791
1 changed files with 2 additions and 2 deletions
|
@ -1037,7 +1037,7 @@ (define-public go-github-com-audriusbutkevicius-pfilter
|
|||
(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 @@ (define-public go-github-com-ccding-go-stun
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1gr0rw1c1y7wh6913lyn5k4ig023by27i36bly6am8dwgrgp34ww"))))
|
||||
"133r2s4h9vv5lmjd680my2c5973gfi0gg5cxcwzjwdjad83a2dm0"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
'(#:import-path "github.com/ccding/go-stun"))
|
||||
|
|
Loading…
Reference in a new issue