diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-10-30 05:20:49 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-10-30 05:21:05 +0100 |
commit | 7f2a457783c6837693597b2badf0c0df086b9e7c (patch) | |
tree | 0bef36ddce1fcdc8ca387d126df626046da645a6 | |
parent | b7d9d92b60b6db2873eceb9705da91356018b50e (diff) | |
download | guix-7f2a457783c6837693597b2badf0c0df086b9e7c.tar guix-7f2a457783c6837693597b2badf0c0df086b9e7c.tar.gz |
gnu: perl-net-dns-native: Update to 0.22.
* gnu/packages/perl.scm (perl-net-dns-native): Update to 0.22.
-rw-r--r-- | gnu/packages/perl.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index 559cb3bdb1..f92d50290e 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@ -6547,7 +6547,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.21") + (version "0.22") (source (origin (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-" 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") |