summaryrefslogtreecommitdiff
path: root/gnu/packages/perl.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-10-25 17:48:24 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-10-25 18:08:06 +0200
commitfb2f07d096770bddda5841e22df6f2016ede2f16 (patch)
tree894a09b3c5c28efbb54c3235cf3957ae06e0ad60 /gnu/packages/perl.scm
parentf2817ce50bc8365ab7f243aab6334829b64900c1 (diff)
downloadguix-patches-fb2f07d096770bddda5841e22df6f2016ede2f16.tar
guix-patches-fb2f07d096770bddda5841e22df6f2016ede2f16.tar.gz
gnu: perl-net-dns-native: Update to 0.21.
* gnu/packages/perl.scm (perl-net-dns-native): Update to 0.21.
Diffstat (limited to 'gnu/packages/perl.scm')
-rw-r--r--gnu/packages/perl.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 33d0f107d6..97d754d405 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -6549,7 +6549,7 @@ name, but they won't show up as methods on your class or instances.")
(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 @@ name, but they won't show up as methods on your class or instances.")
"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")