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

commit 035ee5de14ad2307353d1a4926dca862f3eb1ac8
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.3.1.
    
    * gnu/packages/golang-web.scm 
(go-github-com-multiformats-go-multiaddr-dns): Update to 0.3.1.
    
    Change-Id: I29d3b46ed1edd702654d174875f599f32a27b92a
---
 gnu/packages/golang-web.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index daaff59bef..f6b9c24514 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -10642,16 +10642,15 @@ following:
      (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"))))
     (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