me
/
guix
Archived
1
0
Fork 0

gnu: go-github-com-ccding-go-stun: Update version string.

The commit was also tagged 0.1.1.

* gnu/packages/syncthing.scm (go-github-com-ccding-go-stun)[version]:
Change to tagged version.
[source]: Update to use version string.
master
Efraim Flashner 2020-05-25 22:14:51 +03:00
parent 4672f2c23c
commit 4ddd50c608
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 20 additions and 22 deletions

View File

@ -1035,29 +1035,27 @@ virtual connections from a single physical connection.")
(license expat))) (license expat)))
(define-public go-github-com-ccding-go-stun (define-public go-github-com-ccding-go-stun
(let ((commit "be486d185f3dfcb2dbf8429332da50a0da7f95a6") (package
(revision "2")) (name "go-github-com-ccding-go-stun")
(package (version "0.1.1")
(name "go-github-com-ccding-go-stun") (source
(version (git-version "0.0.0" revision commit)) (origin
(source (method git-fetch)
(origin (uri (git-reference
(method git-fetch) (url "https://github.com/ccding/go-stun.git")
(uri (git-reference (commit (string-append "v" version))))
(url "https://github.com/ccding/go-stun.git") (file-name (git-file-name name version))
(commit commit))) (sha256
(file-name (git-file-name name version)) (base32
(sha256 "1gr0rw1c1y7wh6913lyn5k4ig023by27i36bly6am8dwgrgp34ww"))))
(base32 (build-system go-build-system)
"1gr0rw1c1y7wh6913lyn5k4ig023by27i36bly6am8dwgrgp34ww")))) (arguments
(build-system go-build-system) '(#:import-path "github.com/ccding/go-stun"))
(arguments (synopsis "STUN client implementation")
'(#:import-path "github.com/ccding/go-stun")) (description "Go-stun is a go implementation of the STUN client (RFC 3489
(synopsis "STUN client implementation")
(description "Go-stun is a go implementation of the STUN client (RFC 3489
and RFC 5389).") and RFC 5389).")
(home-page "https://github.com/ccding/go-stun") (home-page "https://github.com/ccding/go-stun")
(license asl2.0)))) (license asl2.0)))
(define-public go-github-com-cespare-xxhash (define-public go-github-com-cespare-xxhash
(package (package