mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 16:06:16 -05:00
gnu: go-github-com-ccding-go-stun: Update to 0.1.4.
* gnu/packages/golang-web.scm (go-github-com-ccding-go-stun): Update to 0.1.4. Change-Id: I68f70a065182c275c134e74963133ac15622d257
This commit is contained in:
parent
255b093107
commit
4860bf4757
1 changed files with 4 additions and 6 deletions
|
@ -523,20 +523,18 @@ (define-public go-github-com-bep-golibsass
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-ccding-go-stun
|
(define-public go-github-com-ccding-go-stun
|
||||||
(let ((commit "be486d185f3dfcb2dbf8429332da50a0da7f95a6")
|
|
||||||
(revision "2"))
|
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-ccding-go-stun")
|
(name "go-github-com-ccding-go-stun")
|
||||||
(version (git-version "0.0.0" revision commit))
|
(version "0.1.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/ccding/go-stun")
|
(url "https://github.com/ccding/go-stun")
|
||||||
(commit commit)))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1gr0rw1c1y7wh6913lyn5k4ig023by27i36bly6am8dwgrgp34ww"))))
|
(base32 "0wjhckyg42kp04njhj7gni84cyk0s7m17n13kqf6r7mjzx8a83pw"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -546,7 +544,7 @@ (define-public go-github-com-ccding-go-stun
|
||||||
(description
|
(description
|
||||||
"Go-stun is a go implementation of the STUN client (RFC 3489
|
"Go-stun is a go implementation of the STUN client (RFC 3489
|
||||||
and RFC 5389).")
|
and RFC 5389).")
|
||||||
(license license:asl2.0))))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public go-github-com-cenkalti-backoff-v4
|
(define-public go-github-com-cenkalti-backoff-v4
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue