aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-10-06 01:25:42 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-10-06 04:46:52 +0200
commitd1b0e1fd6ded6213427353cc5178bf9c1e961473 (patch)
treec7c3a4a8b393ac83bd2d9465fdba9f72db5093ee
parent1e9b956e414821087ba5c1e4e7a47c853d9728a3 (diff)
downloadguix-d1b0e1fd6ded6213427353cc5178bf9c1e961473.tar
guix-d1b0e1fd6ded6213427353cc5178bf9c1e961473.tar.gz
gnu: perl-html-form: Update to 6.05.
* gnu/packages/web.scm (perl-html-form): Update to 6.05.
-rw-r--r--gnu/packages/web.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 186d349197..8cca0da22d 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -2599,14 +2599,14 @@ composed of HTML::Element style components.")
(define-public perl-html-form
(package
(name "perl-html-form")
- (version "6.04")
+ (version "6.05")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/O/OA/OALDERS/"
"HTML-Form-" version ".tar.gz"))
(sha256
- (base32 "100090bdsr5kapv8h0wxzwlzfbfqn57rq9gzrvg9i6hvnsl5gmcw"))))
+ (base32 "14i4ldyvdvhdhvfhh9kiq6z853q2f84biq8vcpv1k5w2r80wdiin"))))
(build-system perl-build-system)
(propagated-inputs
`(("perl-html-parser" ,perl-html-parser)