mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: go-netns: Update to 0.0.4.
* gnu/packages/networking.scm (go-netns): Update to 0.0.4. [propagated-inputs]: Add go-golang-org-x-sys. Change-Id: I5af9f1d6e10454435ededae9c3f002f7445f2418
This commit is contained in:
parent
734bf6bf02
commit
f6ed91c640
1 changed files with 6 additions and 6 deletions
|
@ -1918,29 +1918,29 @@ (define-public gandi.cli
|
|||
(license license:gpl3+)))
|
||||
|
||||
(define-public go-netns
|
||||
(let ((commit "13995c7128ccc8e51e9a6bd2b551020a27180abd")
|
||||
(revision "1"))
|
||||
(package
|
||||
(name "go-netns")
|
||||
(version (git-version "0.0.0" revision commit))
|
||||
(version "0.0.4")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/vishvananda/netns")
|
||||
(commit commit)))
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1zk6w8158qi4niva5rijchbv9ixgmijsgqshh54wdaav4xrhjshn"))))
|
||||
"0rci8c211m57nya9il81fz6459pia3dj5i4b16fp34vjrkcxliml"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
`(#:import-path "github.com/vishvananda/netns"
|
||||
#:tests? #f)) ;tests require root privileges
|
||||
(propagated-inputs
|
||||
(list go-golang-org-x-sys))
|
||||
(home-page "https://github.com/vishvananda/netns")
|
||||
(synopsis "Simple network namespace handling for Go")
|
||||
(description "The netns package provides a simple interface for
|
||||
handling network namespaces in Go.")
|
||||
(license license:asl2.0))))
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public go-sctp
|
||||
;; docker-libnetwork-cmd-proxy requires this exact commit.
|
||||
|
|
Loading…
Reference in a new issue