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

* gnu/packages/perl.scm (perl-net-dns-native): Update to 0.22.
This commit is contained in:
Tobias Geerinckx-Rice 2019-10-30 05:20:49 +01:00
parent b7d9d92b60
commit 7f2a457783
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

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