guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: tidy-html: Update to 5.6.0.


From: ???
Subject: 01/02: gnu: tidy-html: Update to 5.6.0.
Date: Sun, 26 Nov 2017 07:33:00 -0500 (EST)

iyzsong pushed a commit to branch master
in repository guix.

commit a0bd6fff427a75af251d00c8106f694bee4a15e1
Author: Rutger Helling <address@hidden>
Date:   Sun Nov 26 10:09:42 2017 +0100

    gnu: tidy-html: Update to 5.6.0.
    
    * gnu/packages/web.scm (tidy-html): Update to 5.6.0.
    
    Signed-off-by: 宋文武 <address@hidden>
---
 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 a4a8778..b84bbdd 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -4898,7 +4898,7 @@ used to start services with both privileged and 
non-privileged port numbers.")
 (define-public tidy-html
   (package
     (name "tidy-html")
-    (version "5.4.0")
+    (version "5.6.0")
     (source
      (origin
        (method url-fetch)
@@ -4907,7 +4907,7 @@ used to start services with both privileged and 
non-privileged port numbers.")
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "0yhbgbjl45b4sjxwc394cjra6iy02q1pi66p28zy70lr6jvm9mx2"))))
+         "0n29wcgw32rhnraj9j21ibhwi0xagmmcskhbaz8ihxly7nx3p9h8"))))
     (build-system cmake-build-system)
     (outputs '("out"
                "static")) ; 1.0MiB of .a files



reply via email to

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