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:
parent
b7d9d92b60
commit
7f2a457783
1 changed files with 2 additions and 2 deletions
|
@ -6547,7 +6547,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.21")
|
(version "0.22")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -6555,7 +6555,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 "0jjcgzmgas7k5rwalirrmbnlj4ihdxyydajc18qviwg863qjannl"))))
|
(base32 "1m9hbj83ikg52wvq7z8bjm78i50qvqk5alh11mmazzxrpbnrv38h"))))
|
||||||
(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")
|
||||||
|
|
Reference in a new issue