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