Archived
1
0
Fork 0

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
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

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