mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: go-github-com-jackpal-gateway: Update to 1.0.5.
* gnu/packages/syncthing.scm (go-github-com-jackpal-gateway): Update to 1.0.5.
This commit is contained in:
parent
87abee4e53
commit
a427d7353f
1 changed files with 19 additions and 21 deletions
|
@ -379,28 +379,26 @@ (define-public go-github-com-golang-snappy
|
||||||
(license bsd-3))))
|
(license bsd-3))))
|
||||||
|
|
||||||
(define-public go-github-com-jackpal-gateway
|
(define-public go-github-com-jackpal-gateway
|
||||||
(let ((commit "5795ac81146e01d3fab7bcf21c043c3d6a32b006")
|
(package
|
||||||
(revision "0"))
|
(name "go-github-com-jackpal-gateway")
|
||||||
(package
|
(version "1.0.5")
|
||||||
(name "go-github-com-jackpal-gateway")
|
(source (origin
|
||||||
(version (git-version "0.0.0" revision commit))
|
(method git-fetch)
|
||||||
(source (origin
|
(uri (git-reference
|
||||||
(method git-fetch)
|
(url "https://github.com/jackpal/gateway")
|
||||||
(uri (git-reference
|
(commit (string-append "v" version))))
|
||||||
(url "https://github.com/jackpal/gateway")
|
(file-name (git-file-name name version))
|
||||||
(commit commit)))
|
(sha256
|
||||||
(file-name (git-file-name name version))
|
(base32
|
||||||
(sha256
|
"1ird5xmizj632l3dq24s2xgb8w1dn6v8xznlqz252gvngyr2gjl1"))))
|
||||||
(base32
|
(build-system go-build-system)
|
||||||
"0fkwkwmhfadwk3cha8616bhqxfkr9gjjnynhhxyldlphixgs3f25"))))
|
(arguments
|
||||||
(build-system go-build-system)
|
`(#:import-path "github.com/jackpal/gateway"))
|
||||||
(arguments
|
(synopsis "Discover the address of a LAN gateway")
|
||||||
`(#:import-path "github.com/jackpal/gateway"))
|
(description "@code{gateway} is a Go library for discovering the IP
|
||||||
(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.")
|
address of the default LAN gateway.")
|
||||||
(home-page "https://github.com/jackpal/gateway")
|
(home-page "https://github.com/jackpal/gateway")
|
||||||
(license bsd-3))))
|
(license bsd-3)))
|
||||||
|
|
||||||
(define-public go-github-com-lib-pq
|
(define-public go-github-com-lib-pq
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue