gnu: go-github-com-prometheus-client-model: Update to 0.6.1.

* gnu/packages/golang-xyz.scm (go-github-com-prometheus-client-model): Update to 0.6.1.

Change-Id: I1bcc2a57e45c9111eccc2788fd7cfa9c219f6db9
This commit is contained in:
Sharlatan Hellseher 2024-07-21 11:34:30 +01:00
parent a156b3d2f7
commit 2a8637107c
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -4235,7 +4235,7 @@ (define-public go-github-com-polydawn-refmt
(define-public go-github-com-prometheus-client-model (define-public go-github-com-prometheus-client-model
(package (package
(name "go-github-com-prometheus-client-model") (name "go-github-com-prometheus-client-model")
(version "0.5.0") (version "0.6.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -4244,7 +4244,7 @@ (define-public go-github-com-prometheus-client-model
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1pl9i969jx5vkhm8vd5vb8yrifv37aw6h8mjg04820pw0ygfbigy")))) (base32 "0g1q2szzwp4rwkvayi2mnq2nwj6hj4ja7j43vwyi1iaz6d9z505c"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
'(#:import-path "github.com/prometheus/client_model" '(#:import-path "github.com/prometheus/client_model"