me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/networking.scm (perl-net-dns): Update to 1.28.
master
Tobias Geerinckx-Rice 2020-11-15 18:15:20 +01:00
parent 82b3f42d24
commit 11305a17ce
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

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