gnu: go-github-com-jackpal-gateway: Update to 1.0.15.
* gnu/packages/golang-web.scm (go-github-com-jackpal-gateway): Update to 1.0.15. [propagated-inputs]: Add go-golang-org-x-net. [native-inputs]: Add go-github-com-stretchr-testify. Change-Id: Ifcedc02b76d11dc215a904563aa6571aa52cedc3
This commit is contained in:
parent
915209cb7e
commit
51b0244afe
1 changed files with 10 additions and 4 deletions
|
@ -1281,7 +1281,7 @@ JSON data to the machine.")
|
||||||
(define-public go-github-com-jackpal-gateway
|
(define-public go-github-com-jackpal-gateway
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-jackpal-gateway")
|
(name "go-github-com-jackpal-gateway")
|
||||||
(version "1.0.6")
|
(version "1.0.15")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1290,15 +1290,21 @@ JSON data to the machine.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1yms2dw4dnz4cvj9vhwh6193d50jhvn5awsp2g3a4lcc3sjrgd6m"))))
|
(base32 "0dlspnbdz63b3kpavibd2764hdy53mx1v3vrqi721dsjy77r9ig3"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
#:go go-1.21
|
||||||
#:import-path "github.com/jackpal/gateway"))
|
#:import-path "github.com/jackpal/gateway"))
|
||||||
|
(native-inputs
|
||||||
|
(list go-github-com-stretchr-testify))
|
||||||
|
(propagated-inputs
|
||||||
|
(list go-golang-org-x-net))
|
||||||
(home-page "https://github.com/jackpal/gateway")
|
(home-page "https://github.com/jackpal/gateway")
|
||||||
(synopsis "Discover the address of a LAN gateway")
|
(synopsis "Discover the address of a LAN gateway")
|
||||||
(description "@code{gateway} is a Go library for discovering the IP
|
(description
|
||||||
address of the default LAN gateway.")
|
"@code{gateway} is a Go library for discovering the IP address of the
|
||||||
|
default LAN gateway.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public go-github-com-jackpal-go-nat-pmp
|
(define-public go-github-com-jackpal-go-nat-pmp
|
||||||
|
|
Reference in a new issue