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

commit 5925dc4f86e34dd6f4b13e258b33e5489f47b2f5
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Feb 13 23:56:47 2026 +0000

    gnu: go-github-com-multiformats-go-multiaddr-dns: Update to 0.5.0.
    
    * gnu/packages/golang-web.scm 
(go-github-com-multiformats-go-multiaddr-dns): Update to 0.5.0.
    
    Change-Id: Ia8190d9f5810fd625dce1d0293b9b27ee4cdd404
---
 gnu/packages/golang-web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index f6b9c24514..71ffdf96ad 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -10637,7 +10637,7 @@ following:
 (define-public go-github-com-multiformats-go-multiaddr-dns
   (package
     (name "go-github-com-multiformats-go-multiaddr-dns")
-    (version "0.3.1")
+    (version "0.5.0")
     (source
      (origin
        (method git-fetch)
@@ -10646,7 +10646,7 @@ following:
               (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "17qpcgxlmji6wdnjabl5ihc4zn69w2g0karad46zj70y5zg4y24r"))))
+        (base32 "0cnz066iijxr0xvik8ihl026frd2gwij2byjsb1372vrhwzr6g6p"))))
     (build-system go-build-system)
     (arguments
      (list

Reply via email to