me
/
guix
Archived
1
0
Fork 0

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
master
Sharlatan Hellseher 2024-06-27 00:27:34 +01:00
parent 915209cb7e
commit 51b0244afe
No known key found for this signature in database
GPG Key ID: 76D727BFF62CD2B5
1 changed files with 10 additions and 4 deletions

View File

@ -1281,7 +1281,7 @@ JSON data to the machine.")
(define-public go-github-com-jackpal-gateway
(package
(name "go-github-com-jackpal-gateway")
(version "1.0.6")
(version "1.0.15")
(source
(origin
(method git-fetch)
@ -1290,15 +1290,21 @@ JSON data to the machine.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1yms2dw4dnz4cvj9vhwh6193d50jhvn5awsp2g3a4lcc3sjrgd6m"))))
(base32 "0dlspnbdz63b3kpavibd2764hdy53mx1v3vrqi721dsjy77r9ig3"))))
(build-system go-build-system)
(arguments
(list
#:go go-1.21
#: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")
(synopsis "Discover the address of a LAN gateway")
(description "@code{gateway} is a Go library for discovering the IP
address of the default LAN gateway.")
(description
"@code{gateway} is a Go library for discovering the IP address of the
default LAN gateway.")
(license license:bsd-3)))
(define-public go-github-com-jackpal-go-nat-pmp