gnu: go-github-com-prometheus-client-golang: Update 1.1.0.

* gnu/packages/syncthing.scm (go-github-com-prometheus-client-golang):
Update to 1.1.0.
This commit is contained in:
Leo Famulari 2020-02-12 16:58:56 -05:00
parent be47a83abb
commit 191e4df083
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -919,7 +919,7 @@ (define-public go-github-com-prometheus-procfs
(define-public go-github-com-prometheus-client-golang
(package
(name "go-github-com-prometheus-client-golang")
(version "0.9.4")
(version "1.1.0")
(source (origin
(method git-fetch)
(uri (git-reference
@ -928,7 +928,7 @@ (define-public go-github-com-prometheus-client-golang
(file-name (git-file-name name version))
(sha256
(base32
"0s134fj4i7k6pxdmxwkdi7amb1882yq33spv15hg3pkpbd3h311p"))))
"1r0irxkmfnj6ininb06w6ybknini5lz02idawrbkk2i5lq1qcvvf"))))
(build-system go-build-system)
(arguments
'(#:tests? #f