gnu: perl-cgi: Update to 4.38.
* gnu/packages/web.scm (perl-cgi): Update to 4.38.
This commit is contained in:
parent
5e88194661
commit
c727262d5f
|
@ -2108,7 +2108,7 @@ development server with Starman.")
|
|||
(define-public perl-cgi
|
||||
(package
|
||||
(name "perl-cgi")
|
||||
(version "4.35")
|
||||
(version "4.38")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -2116,7 +2116,7 @@ development server with Starman.")
|
|||
"CGI-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"07gwnlc7vq58fjwmfsrv0hfyirqqdrpjhf89caq34rjrkz2wsd0b"))))
|
||||
"1m779315rzj4mpgscw209a2wk18iwg2n8zibn8aak4mv56jz8n4c"))))
|
||||
(build-system perl-build-system)
|
||||
(native-inputs
|
||||
`(("perl-test-deep" ,perl-test-deep)
|
||||
|
|
Loading…
Reference in New Issue