gnu: perl-libwww: Update to 6.37.
* gnu/packages/web.scm (perl-libwww): Update to 6.37.master
parent
fa2d19ccd6
commit
e4a69686ab
|
@ -3084,7 +3084,7 @@ select or poll.")
|
||||||
(define-public perl-libwww
|
(define-public perl-libwww
|
||||||
(package
|
(package
|
||||||
(name "perl-libwww")
|
(name "perl-libwww")
|
||||||
(version "6.35")
|
(version "6.37")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -3092,7 +3092,7 @@ select or poll.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0lsrr8r61b67f9wrynkhdhldw5yic4d7cd78zi52q59jgf6mg8nx"))))
|
"04a24cx9gs070rvlwf5kanz03y7nnq9k2nmpr01plnm059iprvf6"))))
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("perl-test-fatal" ,perl-test-fatal)
|
`(("perl-test-fatal" ,perl-test-fatal)
|
||||||
|
|
Reference in New Issue