me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/networking.scm (perl-net-dns): Update to 1.30.
master
Tobias Geerinckx-Rice 2021-03-31 00:58:17 +02:00
parent e3dc5819f9
commit fea1eea452
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

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)))