mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
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:
parent
f2817ce50b
commit
fb2f07d096
1 changed files with 2 additions and 2 deletions
|
@ -6549,7 +6549,7 @@ (define-public perl-namespace-clean
|
||||||
(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.20")
|
(version "0.21")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -6557,7 +6557,7 @@ (define-public perl-net-dns-native
|
||||||
"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 "0whm9l30frgzcfmlzqrsx3q5rdi8y6dhz33r4msgxrch8h97i8cb"))))
|
(base32 "0jjcgzmgas7k5rwalirrmbnlj4ihdxyydajc18qviwg863qjannl"))))
|
||||||
(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")
|
||||||
|
|
Loading…
Reference in a new issue