1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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

* gnu/packages/networking.scm (perl-net-dns): Update to 1.30.
This commit is contained in:
Tobias Geerinckx-Rice
2021-03-31 00:58:17 +02:00
parent e3dc5819f9
commit fea1eea452

View File

@@ -1922,7 +1922,7 @@ private (reserved).")
(define-public perl-net-dns
(package
(name "perl-net-dns")
(version "1.28")
(version "1.30")
(source
(origin
(method url-fetch)
@@ -1933,7 +1933,7 @@ private (reserved).")
(string-append "mirror://cpan/authors/id/N/NL/NLNETLABS/Net-DNS-"
version ".tar.gz")))
(sha256
(base32 "0kh2qbhxv005pqb35mdk2bld7cg7xnxl12qvdwv30sgd91aqica7"))))
(base32 "1nm560xjg173wvv736ai3ib1gwssyy41gi0yv4j5fqamfav70ph5"))))
(build-system perl-build-system)
(inputs
`(("perl-digest-hmac" ,perl-digest-hmac)))