guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/04: gnu: perl-html-form: Update to 6.04.


From: guix-commits
Subject: 03/04: gnu: perl-html-form: Update to 6.04.
Date: Wed, 10 Jul 2019 18:27:46 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit cf1b1ab0076f4bd7acaecb2a6e4a208aa497cb33
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Jul 11 00:23:37 2019 +0200

    gnu: perl-html-form: Update to 6.04.
    
    * gnu/packages/web.scm (perl-html-form): Update to 6.04.
---
 gnu/packages/web.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 0a270e1..d1f5ec2 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]