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:
Leo Famulari 2019-10-08 18:39:27 -04:00
parent 87abee4e53
commit a427d7353f
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -379,20 +379,18 @@ (define-public go-github-com-golang-snappy
(license bsd-3))))
(define-public go-github-com-jackpal-gateway
(let ((commit "5795ac81146e01d3fab7bcf21c043c3d6a32b006")
(revision "0"))
(package
(name "go-github-com-jackpal-gateway")
(version (git-version "0.0.0" revision commit))
(version "1.0.5")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/jackpal/gateway")
(commit commit)))
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"0fkwkwmhfadwk3cha8616bhqxfkr9gjjnynhhxyldlphixgs3f25"))))
"1ird5xmizj632l3dq24s2xgb8w1dn6v8xznlqz252gvngyr2gjl1"))))
(build-system go-build-system)
(arguments
`(#:import-path "github.com/jackpal/gateway"))
@ -400,7 +398,7 @@ (define-public go-github-com-jackpal-gateway
(description "@code{gateway} is a Go library for discovering the IP
address of the default LAN gateway.")
(home-page "https://github.com/jackpal/gateway")
(license bsd-3))))
(license bsd-3)))
(define-public go-github-com-lib-pq
(package