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

* gnu/packages/networking.scm (perl-net-dns): Update to 1.24.
This commit is contained in:
Tobias Geerinckx-Rice 2020-06-03 20:00:03 +02:00
parent bb79af865a
commit 6810e9fe84
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1286,7 +1286,7 @@ (define-public perl-data-validate-ip
(define-public perl-net-dns
(package
(name "perl-net-dns")
(version "1.21")
(version "1.24")
(source
(origin
(method url-fetch)
@ -1297,7 +1297,7 @@ (define-public perl-net-dns
(string-append "mirror://cpan/authors/id/N/NL/NLNETLABS/Net-DNS-"
version ".tar.gz")))
(sha256
(base32 "0yknrsh0wqr9s43c0wf3dyzrsi2r7k0v75hay74gqkq850xy3vyx"))))
(base32 "0qyy5k4k0llqjjmkkfg96919gqybdc1z5fy9047n9imidjxc59hi"))))
(build-system perl-build-system)
(inputs
`(("perl-digest-hmac" ,perl-digest-hmac)))