mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: Remove go-github-com-ccding-go-stun.
* gnu/packages/syncthing.scm (go-github-com-ccding-go-stun): Remove variable.
This commit is contained in:
parent
bb0a84f89d
commit
eaca421063
1 changed files with 0 additions and 25 deletions
|
@ -1526,31 +1526,6 @@ (define-public go-github-com-audriusbutkevicius-pfilter
|
||||||
(home-page "https://github.com/AudriusButkevicius/pfilter")
|
(home-page "https://github.com/AudriusButkevicius/pfilter")
|
||||||
(license expat))))
|
(license expat))))
|
||||||
|
|
||||||
(define-public go-github-com-ccding-go-stun
|
|
||||||
(let ((commit "d9bbe8f8fa7bf7ed03e6cfc6a2796bb36139e1f4")
|
|
||||||
(revision "1"))
|
|
||||||
(package
|
|
||||||
(name "go-github-com-ccding-go-stun")
|
|
||||||
(version (git-version "0.0.0" revision commit))
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/ccding/go-stun.git")
|
|
||||||
(commit commit)))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"04a4q69cmw6snlx54wikyj1y6gk94qzm9xv9als17inmj8z60xv7"))))
|
|
||||||
(build-system go-build-system)
|
|
||||||
(arguments
|
|
||||||
'(#:import-path "github.com/ccding/go-stun"))
|
|
||||||
(synopsis "STUN client implementation")
|
|
||||||
(description "Go-stun is a go implementation of the STUN client (RFC 3489
|
|
||||||
and RFC 5389).")
|
|
||||||
(home-page "https://github.com/ccding/go-stun")
|
|
||||||
(license asl2.0))))
|
|
||||||
|
|
||||||
(define-public go-github-com-chmduquesne-rollinghash-adler32
|
(define-public go-github-com-chmduquesne-rollinghash-adler32
|
||||||
(let ((commit "3dc7875a1f890f9bcf0619adb5571fc6f7d516bb")
|
(let ((commit "3dc7875a1f890f9bcf0619adb5571fc6f7d516bb")
|
||||||
(revision "1"))
|
(revision "1"))
|
||||||
|
|
Loading…
Reference in a new issue