all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
To: 70372@debbugs.gnu.org
Cc: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
Subject: [bug#70372] [PATCH v2 3/3] gnu: Add go-github-com-multiformats-go-multiaddr-dns.
Date: Sat, 20 Apr 2024 06:44:09 +0300	[thread overview]
Message-ID: <a1834081b7ae6a8adae78a0272170f9ded3e52fc.1713584312.git.poptsov.artyom@gmail.com> (raw)
In-Reply-To: <cover.1713584312.git.poptsov.artyom@gmail.com>

* gnu/packages/golang-web.scm (go-github-com-multiformats-go-multiaddr-dns):
  New variable.

Change-Id: I6e81e9b4773cd97a5625661089f4ed35d2adba33
---
 gnu/packages/golang-web.scm | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index 9e8f1a795a..27a53f9250 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -1372,6 +1372,43 @@ (define-public go-github-com-multiformats-go-multiaddr-0.12
                              go-github-com-multiformats-go-multihash-0.2.3
                              go-golang-org-x-exp-2023))))
 
+(define-public go-github-com-multiformats-go-multiaddr-dns
+  (let ((commit "6e944aaa78597c34baa8d68a91c3ca236837760c")
+        (revision "0"))
+    (package
+      (name "go-github-com-multiformats-go-multiaddr-dns")
+      (version (git-version "0.3.1" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/multiformats/go-multiaddr-dns")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "0ns3kxixl3kmwwdl1z9jawgns00jgmi76j9gbxk68ys8a5nyng5a"))))
+      (build-system go-build-system)
+      (arguments
+       (list
+        #:import-path "github.com/multiformats/go-multiaddr-dns"
+        #:go go-1.21
+        ;; TODO: Tests fail because they try to access the network.
+        #:tests? #f))
+      (propagated-inputs (list go-github-com-gxed-hashland-keccakpg
+                               go-github-com-miekg-dns
+                               go-github-com-minio-blake2b-simd
+                               go-github-com-minio-sha256-simd
+                               go-github-com-mr-tron-base58
+                               go-github-com-multiformats-go-multiaddr-0.12
+                               go-github-com-multiformats-go-varint
+                               go-github-com-spaolacci-murmur3
+                               go-golang-org-x-crypto))
+      (home-page "https://multiformats.io/multiaddr/")
+      (synopsis "Library and CLI tool for DNS multiaddr resolution")
+      (description
+       "Go library and CLI tool for /dns4, /dns6, /dnsaddr multiaddr resolution.")
+      (license license:expat))))
+
 (define-public go-github-com-multiformats-go-multiaddr-net
   ;; This commit is from <2018-10-01> and associated with GX package manager,
   ;; since that time the project has changed versing stile and GX is dropped.
-- 
2.41.0





  parent reply	other threads:[~2024-04-20  3:46 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-14  6:32 [bug#70372] [PATCH 0/4] gnu: Add go-github-com-multiformats-go-multiaddr-dns Artyom V. Poptsov
2024-04-14  6:33 ` [bug#70372] [PATCH 1/4] gnu: Add go-github-com-multiformats-go-multihash-0.2.3 Artyom V. Poptsov
2024-04-14  6:33 ` [bug#70372] [PATCH 2/4] gnu: Add go-golang-org-x-exp-2023 Artyom V. Poptsov
2024-04-14  6:33 ` [bug#70372] [PATCH 3/4] gnu: Add go-github-com-multiformats-go-multiaddr-0.12 Artyom V. Poptsov
2024-04-14  6:33 ` [bug#70372] [PATCH 4/4] gnu: Add go-github-com-multiformats-go-multiaddr-dns Artyom V. Poptsov
2024-04-20  3:44 ` [bug#70372] [PATCH v2 0/3] " Artyom V. Poptsov
2024-04-20  3:44   ` [bug#70372] [PATCH v2 1/3] gnu: Add go-golang-org-x-exp-2023 Artyom V. Poptsov
2024-04-20  3:44   ` [bug#70372] [PATCH v2 2/3] gnu: Add go-github-com-multiformats-go-multiaddr-0.12 Artyom V. Poptsov
2024-04-20  3:44   ` Artyom V. Poptsov [this message]
2024-04-24 14:39 ` bug#70372: [PATCH 0/4] gnu: Add go-github-com-multiformats-go-multiaddr-dns Sharlatan Hellseher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=a1834081b7ae6a8adae78a0272170f9ded3e52fc.1713584312.git.poptsov.artyom@gmail.com \
    --to=poptsov.artyom@gmail.com \
    --cc=70372@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.