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

* gnu/packages/networking.scm (perl-net-dns): Update to 1.14
This commit is contained in:
Tobias Geerinckx-Rice 2017-12-15 19:26:38 +01:00
parent a4b7142e02
commit d6f5ad882e
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -711,7 +711,7 @@ allows for heavy scripting.")
(define-public perl-net-dns (define-public perl-net-dns
(package (package
(name "perl-net-dns") (name "perl-net-dns")
(version "1.13") (version "1.14")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -721,7 +721,7 @@ allows for heavy scripting.")
".tar.gz")) ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0dlca65l45mqs7l58fg838bj3as5kmnbs1zy8vg9cbsz6rindivy")))) "1z4r092qv0ify033dld5jayk8gs0bc7pl130dvb8ab7b9rcqmhw3"))))
(build-system perl-build-system) (build-system perl-build-system)
(inputs (inputs
`(("perl-digest-hmac" ,perl-digest-hmac))) `(("perl-digest-hmac" ,perl-digest-hmac)))