mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-24 03:06:40 +01:00
gnu: perl-cgi: Update to 4.55
* gnu/packages/web.scm (perl-cgi): Update to 4.55. [native-inputs]: Remove perl-test-deep. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
This commit is contained in:
parent
a52074001f
commit
8d0a8ca1a9
1 changed files with 3 additions and 3 deletions
|
@ -2994,17 +2994,17 @@ (define-public perl-catalystx-script-server-starman
|
|||
(define-public perl-cgi
|
||||
(package
|
||||
(name "perl-cgi")
|
||||
(version "4.52")
|
||||
(version "4.55")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://cpan/authors/id/L/LE/LEEJO/"
|
||||
"CGI-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1bxrpxv95js8yinicminxdg41xvd85haj2gvlywg3zqdb66smqy8"))))
|
||||
(base32 "1ck4ik5i0v394qgg9qah4p6x9hyls311g6iwi6ildprzn6a5x2b7"))))
|
||||
(build-system perl-build-system)
|
||||
(native-inputs
|
||||
(list perl-test-deep perl-test-nowarnings perl-test-warn))
|
||||
(list perl-test-nowarnings perl-test-warn))
|
||||
(propagated-inputs
|
||||
(list perl-html-parser))
|
||||
(home-page "https://metacpan.org/release/CGI")
|
||||
|
|
Loading…
Reference in a new issue