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:
Jesse Eisses 2024-04-26 10:01:57 +02:00 committed by Sharlatan Hellseher
parent 2359feb658
commit b2054615da
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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