mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 22:26:40 -05:00
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:
parent
be47a83abb
commit
191e4df083
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue