me
/
guix
Archived
1
0
Fork 0

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>
master
Vasile Dumitrascu via Guix-patches via 2023-02-26 11:30:24 +01:00 committed by Tobias Geerinckx-Rice
parent a52074001f
commit 8d0a8ca1a9
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 3 deletions

View File

@ -2994,17 +2994,17 @@ development server with Starman.")
(define-public perl-cgi (define-public perl-cgi
(package (package
(name "perl-cgi") (name "perl-cgi")
(version "4.52") (version "4.55")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://cpan/authors/id/L/LE/LEEJO/" (uri (string-append "mirror://cpan/authors/id/L/LE/LEEJO/"
"CGI-" version ".tar.gz")) "CGI-" version ".tar.gz"))
(sha256 (sha256
(base32 "1bxrpxv95js8yinicminxdg41xvd85haj2gvlywg3zqdb66smqy8")))) (base32 "1ck4ik5i0v394qgg9qah4p6x9hyls311g6iwi6ildprzn6a5x2b7"))))
(build-system perl-build-system) (build-system perl-build-system)
(native-inputs (native-inputs
(list perl-test-deep perl-test-nowarnings perl-test-warn)) (list perl-test-nowarnings perl-test-warn))
(propagated-inputs (propagated-inputs
(list perl-html-parser)) (list perl-html-parser))
(home-page "https://metacpan.org/release/CGI") (home-page "https://metacpan.org/release/CGI")