me
/
guix
Archived
1
0
Fork 0

gnu: go-github-com-prometheus-client-golang: Update to 1.2.1.

* gnu/packages/syncthing.scm (go-github-com-prometheus-client-golang):
Update to 1.2.1.
master
Leo Famulari 2020-02-12 22:09:05 -05:00
parent 5d9515d880
commit d8b681fb5c
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -893,7 +893,7 @@ system, kernel, and process metrics from the @file{/proc} pseudo file system.")
(define-public go-github-com-prometheus-client-golang (define-public go-github-com-prometheus-client-golang
(package (package
(name "go-github-com-prometheus-client-golang") (name "go-github-com-prometheus-client-golang")
(version "1.1.0") (version "1.2.1")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -902,7 +902,7 @@ system, kernel, and process metrics from the @file{/proc} pseudo file system.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1r0irxkmfnj6ininb06w6ybknini5lz02idawrbkk2i5lq1qcvvf")))) "0zs49psk23n9z8wrl02d5vib5wclpym8kaxcy6n5pk696i419065"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
'(#:tests? #f '(#:tests? #f