gnu: perl-libwww: Update to 6.37.

* gnu/packages/web.scm (perl-libwww): Update to 6.37.
master
Tobias Geerinckx-Rice 2019-03-23 16:44:04 +01:00
parent fa2d19ccd6
commit e4a69686ab
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -3084,7 +3084,7 @@ select or poll.")
(define-public perl-libwww
(package
(name "perl-libwww")
(version "6.35")
(version "6.37")
(source (origin
(method url-fetch)
(uri (string-append
@ -3092,7 +3092,7 @@ select or poll.")
version ".tar.gz"))
(sha256
(base32
"0lsrr8r61b67f9wrynkhdhldw5yic4d7cd78zi52q59jgf6mg8nx"))))
"04a24cx9gs070rvlwf5kanz03y7nnq9k2nmpr01plnm059iprvf6"))))
(build-system perl-build-system)
(native-inputs
`(("perl-test-fatal" ,perl-test-fatal)