gnu: perl-libwww: Update to 6.39.
* gnu/packages/web.scm (perl-libwww): Update to 6.39.
This commit is contained in:
parent
455e6a31d4
commit
887ae6175d
|
@ -3112,7 +3112,7 @@ select or poll.")
|
||||||
(define-public perl-libwww
|
(define-public perl-libwww
|
||||||
(package
|
(package
|
||||||
(name "perl-libwww")
|
(name "perl-libwww")
|
||||||
(version "6.37")
|
(version "6.39")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -3120,7 +3120,7 @@ select or poll.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"04a24cx9gs070rvlwf5kanz03y7nnq9k2nmpr01plnm059iprvf6"))))
|
"1mblfwz3g7vmyykmb0mcbmmad77rwx55fwaca9ymv9wajd3pg3cs"))))
|
||||||
(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)
|
||||||
|
|
Loading…
Reference in New Issue