guix-commits
[Top][All Lists]
Advanced

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

06/06: gnu: perl-html-tree: Update to 5.07.


From: Tobias Geerinckx-Rice
Subject: 06/06: gnu: perl-html-tree: Update to 5.07.
Date: Fri, 1 Sep 2017 17:50:46 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 6106d195a2cb8d3a8dc7aea4f06a0e4bfc02be05
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Sep 1 23:06:09 2017 +0200

    gnu: perl-html-tree: Update to 5.07.
    
    * gnu/packages/web.scm (perl-html-tree): Update to 5.07.
---
 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 87ca2fd..ee009bc 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -2233,7 +2233,7 @@ in tables within an HTML document, either as text or 
encoded element trees.")
 (define-public perl-html-tree
   (package
     (name "perl-html-tree")
-    (version "5.06")
+    (version "5.07")
     (source
      (origin
        (method url-fetch)
@@ -2241,7 +2241,7 @@ in tables within an HTML document, either as text or 
encoded element trees.")
                            "HTML-Tree-" version ".tar.gz"))
        (sha256
         (base32
-         "0vjk4xrybjqs511qrh9cymhpbg9m3jjqr52qr035k6nzrccyndlw"))))
+         "1gyvm4qlwm9y6hczkpnrdfl303ggbybr0nqxdjw09hii8yw4sdzh"))))
     (build-system perl-build-system)
     (native-inputs
      `(("perl-module-build" ,perl-module-build)



reply via email to

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