guix-commits
[Top][All Lists]
Advanced

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

05/17: gnu: perl-html-form: Update to 6.05.


From: guix-commits
Subject: 05/17: gnu: perl-html-form: Update to 6.05.
Date: Sat, 5 Oct 2019 23:36:13 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit d1b0e1fd6ded6213427353cc5178bf9c1e961473
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Oct 6 01:25:42 2019 +0200

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

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 186d349..8cca0da 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)



reply via email to

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