mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: go-github-com-docker-go-connections: Update to 0.5.0.
* gnu/packages/golang.scm (go-github-com-docker-go-connections): Update to 0.5.0. Signed-off-by: Hilton Chain <hako@ultrarare.space> Change-Id: I742db180c55048e997df159377a212fb238455f8
This commit is contained in:
parent
bab883b981
commit
b0d7e4923e
1 changed files with 21 additions and 24 deletions
|
@ -4776,31 +4776,28 @@ (define-public go-github-com-docker-distribution
|
||||||
(license license:asl2.0))))
|
(license license:asl2.0))))
|
||||||
|
|
||||||
(define-public go-github-com-docker-go-connections
|
(define-public go-github-com-docker-go-connections
|
||||||
(let ((commit "3ede32e2033de7505e6500d6c868c2b9ed9f169d")
|
(package
|
||||||
(revision "0"))
|
(name "go-github-com-docker-go-connections")
|
||||||
(package
|
(version "0.5.0")
|
||||||
(name "go-github-com-docker-go-connections")
|
(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/docker/go-connections")
|
||||||
(uri (git-reference
|
(commit (string-append "v" version))))
|
||||||
(url "https://github.com/docker/go-connections")
|
(file-name (git-file-name name version))
|
||||||
(commit commit)))
|
(sha256
|
||||||
(file-name (git-file-name name version))
|
(base32 "0svfa9g4xvbn87l5kiww1jkijmci9g5821wjp81xz1rfp13cqrk8"))))
|
||||||
(sha256
|
(build-system go-build-system)
|
||||||
(base32
|
(arguments
|
||||||
"0v1pkr8apwmhyzbjfriwdrs1ihlk6pw7izm57r24mf9jdmg3fyb0"))))
|
'(#:import-path "github.com/docker/go-connections"))
|
||||||
(build-system go-build-system)
|
(home-page "https://github.com/docker/go-connections")
|
||||||
(arguments
|
(synopsis "Networking library for Go")
|
||||||
'(#:import-path "github.com/docker/go-connections"))
|
(description
|
||||||
(home-page "https://github.com/docker/go-connections")
|
"This package provides a library to work with network connections in the
|
||||||
(synopsis "Networking library for Go")
|
Go language. In particular it provides tools to deal with network address
|
||||||
(description
|
|
||||||
"This package provides a library to work with network connections in
|
|
||||||
the Go language. In particular it provides tools to deal with network address
|
|
||||||
translation (NAT), proxies, sockets, and transport layer security (TLS).")
|
translation (NAT), proxies, sockets, and transport layer security (TLS).")
|
||||||
(license license:asl2.0))))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public go-github-com-docker-go-units
|
(define-public go-github-com-docker-go-units
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue