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

commit ef85d621c052dbd51ac8167f372ee2f19809400e
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Feb 13 23:55:55 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.
    [arguments] <unpack-path>: Drop it.
    
    Change-Id: I29d3b46ed1edd702654d174875f599f32a27b92a
---
 gnu/packages/golang-web.scm | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index c42017def1..2bcf9f584f 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -10493,21 +10493,20 @@ 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)
        (uri (git-reference
-             (url "https://github.com/multiformats/go-multiaddr-dns";)
-             (commit (string-append "v" version))))
+              (url "https://github.com/multiformats/go-multiaddr-dns";)
+              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "17qpcgxlmji6wdnjabl5ihc4zn69w2g0karad46zj70y5zg4y24r"))))
+        (base32 "0cnz066iijxr0xvik8ihl026frd2gwij2byjsb1372vrhwzr6g6p"))))
     (build-system go-build-system)
     (arguments
      (list
-      #:import-path "github.com/multiformats/go-multiaddr-dns"
-      #:unpack-path "github.com/multiformats/go-multiaddr-dns"))
+      #:import-path "github.com/multiformats/go-multiaddr-dns"))
     (propagated-inputs
      (list go-github-com-miekg-dns
            go-github-com-multiformats-go-multiaddr))

Reply via email to