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

View file

@ -6426,7 +6426,7 @@ (define-public perl-namespace-clean
(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 @@ (define-public perl-net-dns-native
"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")