gnu: go-github-com-lib-pq: Update to 1.2.0.

* gnu/packages/syncthing.scm (go-github-com-lib-pq): Update to 1.2.0.
This commit is contained in:
Leo Famulari 2019-08-12 00:19:34 -04:00
parent e7189e0bff
commit 158e82933c
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -422,7 +422,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.1.1") (version "1.2.0")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -431,7 +431,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
"0g64wlg1l1ybq4x44idksl4pgm055s58jxc6r6x4qhqm5q76h0km")))) "08j1smm6rassdssdks4yh9aspa1dv1g5nvwimmknspvhx8a7waqz"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
`(#:import-path "github.com/lib/pq" `(#:import-path "github.com/lib/pq"