mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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 @@ (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")
|
||||
|
|
Loading…
Reference in a new issue