mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: go-github-com-lib-pq: Update to 0.0.0-1.83612a5.
* gnu/packages/syncthing.scm (go-github-com-lib-pq): Update to 0.0.0-1.83612a5.
This commit is contained in:
parent
ece4c5bc67
commit
5e30d8c1f7
1 changed files with 3 additions and 3 deletions
|
@ -527,8 +527,8 @@ (define-public go-github-com-kardianos-osext
|
||||||
(license bsd-3))))
|
(license bsd-3))))
|
||||||
|
|
||||||
(define-public go-github-com-lib-pq
|
(define-public go-github-com-lib-pq
|
||||||
(let ((commit "2704adc878c21e1329f46f6e56a1c387d788ff94")
|
(let ((commit "83612a56d3dd153a94a629cd64925371c9adad78")
|
||||||
(revision "0"))
|
(revision "1"))
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-lib-pq")
|
(name "go-github-com-lib-pq")
|
||||||
(version (git-version "0.0.0" revision commit))
|
(version (git-version "0.0.0" revision commit))
|
||||||
|
@ -540,7 +540,7 @@ (define-public go-github-com-lib-pq
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"160fmvi7bczxw3i3h5s821hv029ph5ld8x3c36b4cz2sr30wp110"))))
|
"12334yigh284k5cdvb9pgxaq6n78205jcbp75ajz44vvfd4wi6qc"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:import-path "github.com/lib/pq"
|
`(#:import-path "github.com/lib/pq"
|
||||||
|
|
Loading…
Reference in a new issue