diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-07-21 11:34:30 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-07-25 21:01:01 +0100 |
commit | 2a8637107c084f121f45e76c16680d123646eab7 (patch) | |
tree | 748dc266cf3f0daa363fa33701477e3d785a1735 /gnu/packages/golang-xyz.scm | |
parent | a156b3d2f72933ec69b56277313ea2919f44f2f1 (diff) | |
download | guix-2a8637107c084f121f45e76c16680d123646eab7.tar.gz guix-2a8637107c084f121f45e76c16680d123646eab7.zip |
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
Diffstat (limited to 'gnu/packages/golang-xyz.scm')
-rw-r--r-- | gnu/packages/golang-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 9c1385e584..4749fd5698 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -4235,7 +4235,7 @@ Pion}.") (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 @@ Pion}.") (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" |