gnu: perl-cgi: Update to 4.35.
* gnu/packages/web.scm (perl-cgi): Update to 4.35.
This commit is contained in:
parent
776ca1cb22
commit
caa0194434
|
@ -1655,7 +1655,7 @@ development server with Starman.")
|
||||||
(define-public perl-cgi
|
(define-public perl-cgi
|
||||||
(package
|
(package
|
||||||
(name "perl-cgi")
|
(name "perl-cgi")
|
||||||
(version "4.25")
|
(version "4.35")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -1663,7 +1663,7 @@ development server with Starman.")
|
||||||
"CGI-" version ".tar.gz"))
|
"CGI-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"06hk9zzvlix1yi95wlkb1ykdxgl6lscm7452gkwr2snsb8iybczg"))))
|
"07gwnlc7vq58fjwmfsrv0hfyirqqdrpjhf89caq34rjrkz2wsd0b"))))
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("perl-test-deep" ,perl-test-deep)
|
`(("perl-test-deep" ,perl-test-deep)
|
||||||
|
|
Loading…
Reference in New Issue