guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/04: gnu: perl-net-dns-native: Update to 0.21.


From: guix-commits
Subject: 03/04: gnu: perl-net-dns-native: Update to 0.21.
Date: Fri, 25 Oct 2019 12:08:19 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit fb2f07d096770bddda5841e22df6f2016ede2f16
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Oct 25 17:48:24 2019 +0200

    gnu: perl-net-dns-native: Update to 0.21.
    
    * gnu/packages/perl.scm (perl-net-dns-native): Update to 0.21.
---
 gnu/packages/perl.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 33d0f10..97d754d 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -6549,7 +6549,7 @@ name, but they won't show up as methods on your class or 
instances.")
 (define-public perl-net-dns-native
   (package
     (name "perl-net-dns-native")
-    (version "0.20")
+    (version "0.21")
     (source
      (origin
        (method url-fetch)
@@ -6557,7 +6557,7 @@ name, but they won't show up as methods on your class or 
instances.")
              "mirror://cpan/authors/id/O/OL/OLEG/Net-DNS-Native-"
              version ".tar.gz"))
        (sha256
-        (base32 "0whm9l30frgzcfmlzqrsx3q5rdi8y6dhz33r4msgxrch8h97i8cb"))))
+        (base32 "0jjcgzmgas7k5rwalirrmbnlj4ihdxyydajc18qviwg863qjannl"))))
     (build-system perl-build-system)
     (home-page "https://metacpan.org/release/Net-DNS-Native";)
     (synopsis "Non-blocking system DNS resolver")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]