all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Rutger Helling <rhelling@mykolab.com>
To: 29453@debbugs.gnu.org
Subject: [bug#29453] [PATCH] gnu: tidy-html: Update to 5.6.0.
Date: Sun, 26 Nov 2017 10:12:39 +0100	[thread overview]
Message-ID: <64fb95057feea0ce27fd0a7ee064f947@mykolab.com> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 31 bytes --]

Here's an update for tidy-html.

[-- Attachment #1.2: Type: text/html, Size: 218 bytes --]

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-tidy-html-Update-to-5.6.0.patch --]
[-- Type: text/x-diff; name=0001-gnu-tidy-html-Update-to-5.6.0.patch, Size: 1206 bytes --]

From 8d3cf4f02e1e8a4bce70c86fe6332984f465fc9d Mon Sep 17 00:00:00 2001
From: Rutger Helling <rhelling@mykolab.com>
Date: Sun, 26 Nov 2017 10:09:42 +0100
Subject: [PATCH] gnu: tidy-html: Update to 5.6.0.

* gnu/packages/web.scm (tidy-html): Update to 5.6.0.
---
 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 a4a8778ef..b84bbdddd 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
-- 
2.15.0


             reply	other threads:[~2017-11-26  9:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-26  9:12 Rutger Helling [this message]
2017-11-26 12:34 ` bug#29453: [PATCH] gnu: tidy-html: Update to 5.6.0 宋文武

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=64fb95057feea0ce27fd0a7ee064f947@mykolab.com \
    --to=rhelling@mykolab.com \
    --cc=29453@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.