gnu: perl-net-dns: Update to 1.19.

* gnu/packages/networking.scm (perl-net-dns): Update to 1.19.
master
Tobias Geerinckx-Rice 2019-03-01 15:23:37 +01:00
parent 4f2ee8e285
commit 38ab167fe7
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 3 deletions

View File

@ -912,7 +912,7 @@ private (reserved).")
(define-public perl-net-dns
(package
(name "perl-net-dns")
(version "1.18")
(version "1.19")
(source
(origin
(method url-fetch)
@ -923,8 +923,7 @@ private (reserved).")
(string-append "mirror://cpan/authors/id/N/NL/NLNETLABS/Net-DNS-"
version ".tar.gz")))
(sha256
(base32
"1lx902cbvlfl63bqfdrnyavmfwbjvrfdnwgdc1dgs1wpzja19kjj"))))
(base32 "1myc23vz0m42yyg8iw7bf1pdrmx9ql6fhl2vwk1vwf55v6yphqi0"))))
(build-system perl-build-system)
(inputs
`(("perl-digest-hmac" ,perl-digest-hmac)))