guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit 8be963b9f20d1b146ee8e1d0c72207f6ab576a96
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Wed May 28 10:39:31 2025 +0100
gnu: go-github-com-ipfs-go-metrics-prometheus: Update to 0.1.0.
* gnu/packages/ipfs.scm (go-github-com-ipfs-go-metrics-prometheus): Update
to 0.1.0.
Change-Id: I1833c68b321442ce017739b4a98741610780042b
---
gnu/packages/ipfs.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/ipfs.scm b/gnu/packages/ipfs.scm
index adaff109ec..581470572b 100644
--- a/gnu/packages/ipfs.scm
+++ b/gnu/packages/ipfs.scm
@@ -1245,7 +1245,7 @@ Graphs, DAG} data structures as specified in
(define-public go-github-com-ipfs-go-metrics-prometheus
(package
(name "go-github-com-ipfs-go-metrics-prometheus")
- (version "0.0.3")
+ (version "0.1.0")
(source
(origin
(method git-fetch)
@@ -1254,7 +1254,7 @@ Graphs, DAG} data structures as specified in
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1gyh2g912lrwghs2f5alh42dgwsbbdg1wan5vw8s0a2ni0avsfib"))))
+ (base32 "12bvlg1pnwxyfn8paxf0viky5mv5isdql29mflvjhgs5g48mnc3s"))))
(build-system go-build-system)
(arguments
(list