mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 19:11:43 -05:00
gnu: go-github-com-prometheus-client-golang: Update to 1.17.0.
* gnu/packages/golang.scm (go-github-com-prometheus-client-golang): Update to 1.17.0. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: I4d3e9d3e61991f94fc2a7bd4b85e7d4010c4b508
This commit is contained in:
parent
2359feb658
commit
b2054615da
1 changed files with 2 additions and 2 deletions
|
@ -7922,7 +7922,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 "1.2.1")
|
||||
(version "1.17.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -7931,7 +7931,7 @@ (define-public go-github-com-prometheus-client-golang
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0zs49psk23n9z8wrl02d5vib5wclpym8kaxcy6n5pk696i419065"))))
|
||||
"1v8vdvi9wlpf18nxi62diysfnh9gc3c3cqq6hvx378snsvvl6n82"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
'(#:tests? #f
|
||||
|
|
Loading…
Reference in a new issue