all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andy Tai <atai@atai.org>
To: 70812@debbugs.gnu.org
Cc: Andy Tai <atai@atai.org>
Subject: [bug#70812] [PATCH] gnu: adns: Update to 1.6.1
Date: Mon,  6 May 2024 21:41:01 -0700	[thread overview]
Message-ID: <c901b3aebddd6110e23c966c9e6d1b029e2db85a.1715056802.git.atai@atai.org> (raw)

* gnu/packages/adns.scm (adns): Update to 1.6.1

Change-Id: I1e6d42ab558bba55895efd39d7bb4cd9e5ee7b99
---
 gnu/packages/adns.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/adns.scm b/gnu/packages/adns.scm
index ead40bce1b..bf07219d17 100644
--- a/gnu/packages/adns.scm
+++ b/gnu/packages/adns.scm
@@ -34,7 +34,7 @@ (define-module (gnu packages adns)
 (define-public adns
   (package
     (name "adns")
-    (version "1.6.0")
+    (version "1.6.1")
     (source (origin
               (method url-fetch)
               (uri (list (string-append "mirror://gnu/adns/adns-"
@@ -44,7 +44,7 @@ (define-public adns
                            version ".tar.gz")))
               (sha256
                (base32
-                "1pi0xl07pav4zm2jrbrfpv43s1r1q1y12awgak8k7q41m5jp4hpv"))))
+                "1k81sjf0yzv6xj35vcxp0ccajxrhhmyly7a57xlbs1kmkdwb6f3i"))))
     (build-system gnu-build-system)
     (arguments
      ;; Make sure the programs under bin/ fine libadns.so.

base-commit: da9f509b0300f1b6b979c68a52d8669f9bcb89a7
-- 
2.34.1





             reply	other threads:[~2024-05-07  4:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-07  4:41 Andy Tai [this message]
2024-05-12 18:49 ` bug#70812: [PATCH] gnu: adns: Update to 1.6.1 Christopher Baines

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=c901b3aebddd6110e23c966c9e6d1b029e2db85a.1715056802.git.atai@atai.org \
    --to=atai@atai.org \
    --cc=70812@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.