guix_mirror_bot pushed a commit to branch go-team
in repository guix.

commit 6ab3edc383221e42959e3f83034ed553e68065cc
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Wed May 28 08:58:32 2025 +0100

    gnu: go-github-com-ipfs-go-metrics-interface: Update to 0.3.0.
    
    * gnu/packages/ipfs.scm (go-github-com-ipfs-go-metrics-interface): Update 
to 0.3.0.
    
    Change-Id: I8013bf585f5465bc7af4d1702106c0048af08e61
---
 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 94933e731e..0c56078bd6 100644
--- a/gnu/packages/ipfs.scm
+++ b/gnu/packages/ipfs.scm
@@ -1712,7 +1712,7 @@ their levels to be controlled individually.")
 (define-public go-github-com-ipfs-go-metrics-interface
   (package
     (name "go-github-com-ipfs-go-metrics-interface")
-    (version "0.0.1")
+    (version "0.3.0")
     (source
      (origin
        (method git-fetch)
@@ -1721,7 +1721,7 @@ their levels to be controlled individually.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "09xc71175sfnqlizkbw066jagnbag9ihvs240z6g6dm2yx3w5xgy"))))
+        (base32 "0d7jh9aclmxq4z5hynn4lc0ab8c8rip92xkc224vjw2y7kg6jyvg"))))
     (build-system go-build-system)
     (arguments
      (list

Reply via email to