gnu: go-github-com-lib-pq: Update to 1.5.2.
* gnu/packages/syncthing.scm (go-github-com-lib-pq): Update to 1.5.2.master
parent
28d60279c9
commit
f5c9d2611f
|
@ -416,7 +416,7 @@ address of the default LAN gateway.")
|
||||||
(define-public go-github-com-lib-pq
|
(define-public go-github-com-lib-pq
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-lib-pq")
|
(name "go-github-com-lib-pq")
|
||||||
(version "1.2.0")
|
(version "1.5.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -425,7 +425,7 @@ address of the default LAN gateway.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"08j1smm6rassdssdks4yh9aspa1dv1g5nvwimmknspvhx8a7waqz"))))
|
"1wjw5pfjgc63n9934mgvg8hr1v9381mcdz62jkn9xqxqcv6b95lw"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:import-path "github.com/lib/pq"
|
`(#:import-path "github.com/lib/pq"
|
||||||
|
|
Reference in New Issue