me
/
guix
Archived
1
0
Fork 0

gnu: go-github-com-jackpal-gateway: Update to 1.0.6.

* gnu/packages/syncthing.scm (go-github-com-jackpal-gateway): Update to 1.0.6.
master
Leo Famulari 2020-05-21 12:46:20 -04:00
parent 618df2e335
commit 3a8935099f
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -394,7 +394,7 @@ compression format.")
(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.5") (version "1.0.6")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -403,7 +403,7 @@ compression format.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1ird5xmizj632l3dq24s2xgb8w1dn6v8xznlqz252gvngyr2gjl1")))) "1yms2dw4dnz4cvj9vhwh6193d50jhvn5awsp2g3a4lcc3sjrgd6m"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
`(#:import-path "github.com/jackpal/gateway")) `(#:import-path "github.com/jackpal/gateway"))