guix-commits
[Top][All Lists]
Advanced

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

21/59: gnu: perl-net-dns-native: Update to 0.20.


From: guix-commits
Subject: 21/59: gnu: perl-net-dns-native: Update to 0.20.
Date: Sat, 23 Mar 2019 11:04:12 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 1001fb558a32215090dca412d00724f18cfec75d
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Mar 23 10:02:35 2019 +0100

    gnu: perl-net-dns-native: Update to 0.20.
    
    * gnu/packages/perl.scm (perl-net-dns-native): Update to 0.20.
---
 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 84ec934..c6ee1d8 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -6426,7 +6426,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.15")
+    (version "0.20")
     (source
      (origin
        (method url-fetch)
@@ -6434,7 +6434,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 "12bsv5jkic3q4arpzk6dda35didkn445v658j87rmi540dpnac85"))))
+        (base32 "0whm9l30frgzcfmlzqrsx3q5rdi8y6dhz33r4msgxrch8h97i8cb"))))
     (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]