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

* gnu/packages/syncthing.scm (go-github-com-lib-pq): Update to 1.0.0.
This commit is contained in:
Leo Famulari 2019-03-06 15:50:44 -05:00
parent ac51900dfd
commit d73cbbda3e
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08

View File

@ -338,31 +338,29 @@ address of the default LAN gateway.")
(license bsd-3)))) (license bsd-3))))
(define-public go-github-com-lib-pq (define-public go-github-com-lib-pq
(let ((commit "83612a56d3dd153a94a629cd64925371c9adad78") (package
(revision "1")) (name "go-github-com-lib-pq")
(package (version "1.0.0")
(name "go-github-com-lib-pq") (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/lib/pq")
(uri (git-reference (commit (string-append "v" version))))
(url "https://github.com/lib/pq") (file-name (git-file-name name version))
(commit commit))) (sha256
(file-name (git-file-name name version)) (base32
(sha256 "1zqnnyczaf00xi6xh53vq758v5bdlf0iz7kf22l02cal4i6px47i"))))
(base32 (build-system go-build-system)
"12334yigh284k5cdvb9pgxaq6n78205jcbp75ajz44vvfd4wi6qc")))) (arguments
(build-system go-build-system) `(#:import-path "github.com/lib/pq"
(arguments ;; The tests seem to fail without access to the network or a running
`(#:import-path "github.com/lib/pq" ;; Postgres instance.
;; The tests seem to fail without access to the network or a running #:tests? #f))
;; Postgres instance. (synopsis "Golang Postgres driver for Go's database/sql")
#:tests? #f)) (description "This packages provides a pure Go Postgres driver for Go's
(synopsis "Golang Postgres driver for Go's database/sql")
(description "This packages provides a pure Go Postgres driver for Go's
database/sql package.") database/sql package.")
(home-page "https://github.com/lib/pq") (home-page "https://github.com/lib/pq")
(license expat)))) (license expat)))
(define-public go-github-com-oschwald-geoip2-golang (define-public go-github-com-oschwald-geoip2-golang
(package (package