guix-commits
[Top][All Lists]
Advanced

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

07/07: gnu: perl-net-dns-native: Update to 0.22.


From: guix-commits
Subject: 07/07: gnu: perl-net-dns-native: Update to 0.22.
Date: Wed, 30 Oct 2019 00:26:40 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 7f2a457783c6837693597b2badf0c0df086b9e7c
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Oct 30 05:20:49 2019 +0100

    gnu: perl-net-dns-native: Update to 0.22.
    
    * gnu/packages/perl.scm (perl-net-dns-native): Update to 0.22.
---
 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 559cb3b..f92d502 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -6547,7 +6547,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.21")
+    (version "0.22")
     (source
      (origin
        (method url-fetch)
@@ -6555,7 +6555,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 "0jjcgzmgas7k5rwalirrmbnlj4ihdxyydajc18qviwg863qjannl"))))
+        (base32 "1m9hbj83ikg52wvq7z8bjm78i50qvqk5alh11mmazzxrpbnrv38h"))))
     (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]