mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: perl-html-form: Update to 6.04.
* gnu/packages/web.scm (perl-html-form): Update to 6.04.
This commit is contained in:
parent
4cf57c3c8d
commit
cf1b1ab007
1 changed files with 3 additions and 4 deletions
|
@ -2518,15 +2518,14 @@ (define-public perl-html-element-extended
|
|||
(define-public perl-html-form
|
||||
(package
|
||||
(name "perl-html-form")
|
||||
(version "6.03")
|
||||
(version "6.04")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://cpan/authors/id/G/GA/GAAS/"
|
||||
(uri (string-append "mirror://cpan/authors/id/O/OA/OALDERS/"
|
||||
"HTML-Form-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0dpwr7yz6hjc3bcqgcbdzjjk9l58ycdjmbam9nfcmm85y2a1vh38"))))
|
||||
(base32 "100090bdsr5kapv8h0wxzwlzfbfqn57rq9gzrvg9i6hvnsl5gmcw"))))
|
||||
(build-system perl-build-system)
|
||||
(propagated-inputs
|
||||
`(("perl-html-parser" ,perl-html-parser)
|
||||
|
|
Loading…
Reference in a new issue