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

* gnu/packages/perl.scm (perl-net-dns-native): Update to 0.21.
This commit is contained in:
Tobias Geerinckx-Rice 2019-10-25 17:48:24 +02:00
parent f2817ce50b
commit fb2f07d096
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

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