me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/networking.scm (perl-net-dns): Update to 1.24.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -1286,7 +1286,7 @@ private (reserved).")
(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 @@ private (reserved).")
(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)))