gnu: perl-net-dns-native: Update to 0.20.

* gnu/packages/perl.scm (perl-net-dns-native): Update to 0.20.
This commit is contained in:
Tobias Geerinckx-Rice 2019-03-23 10:02:35 +01:00
parent 54773b0804
commit 1001fb558a
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -6426,7 +6426,7 @@ name, but they won't show up as methods on your class or instances.")
(define-public perl-net-dns-native (define-public perl-net-dns-native
(package (package
(name "perl-net-dns-native") (name "perl-net-dns-native")
(version "0.15") (version "0.20")
(source (source
(origin (origin
(method url-fetch) (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-" "mirror://cpan/authors/id/O/OL/OLEG/Net-DNS-Native-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 "12bsv5jkic3q4arpzk6dda35didkn445v658j87rmi540dpnac85")))) (base32 "0whm9l30frgzcfmlzqrsx3q5rdi8y6dhz33r4msgxrch8h97i8cb"))))
(build-system perl-build-system) (build-system perl-build-system)
(home-page "https://metacpan.org/release/Net-DNS-Native") (home-page "https://metacpan.org/release/Net-DNS-Native")
(synopsis "Non-blocking system DNS resolver") (synopsis "Non-blocking system DNS resolver")