summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-07-11 00:23:37 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-07-11 00:27:27 +0200
commitcf1b1ab0076f4bd7acaecb2a6e4a208aa497cb33 (patch)
tree8991a58a35fbbb507db9302a2194828b36db9a55 /gnu
parent4cf57c3c8d5eebc37b37254f8ad6b69d9982bf74 (diff)
downloadguix-cf1b1ab0076f4bd7acaecb2a6e4a208aa497cb33.tar.gz
gnu: perl-html-form: Update to 6.04.
* gnu/packages/web.scm (perl-html-form): Update to 6.04.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/web.scm7
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 0a270e14f0..d1f5ec2eb6 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -2518,15 +2518,14 @@ composed of HTML::Element style components.")
 (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)