unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH 1/6] gnu: docbook-xsl update to 1.78.1
@ 2014-07-15 18:31 John Darrington
  2014-07-15 18:31 ` [PATCH 2/6] gnu: Add docbook-xml version 4.3 and 4.4 John Darrington
                   ` (5 more replies)
  0 siblings, 6 replies; 16+ messages in thread
From: John Darrington @ 2014-07-15 18:31 UTC (permalink / raw)
  To: guix-devel; +Cc: John Darrington

* gnu/packages/docbook.scm (docbook-xsl): Upgrade to version 1.78.1
---
 gnu/packages/docbook.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/docbook.scm b/gnu/packages/docbook.scm
index 29fa409..6d380ed 100644
--- a/gnu/packages/docbook.scm
+++ b/gnu/packages/docbook.scm
@@ -64,14 +64,14 @@ by no means limited to these applications.)  This package provides XML DTDs.")
 (define-public docbook-xsl
   (package
     (name "docbook-xsl")
-    (version "1.72.0")
+    (version "1.78.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/docbook/docbook-xsl-"
                                   version ".tar.bz2"))
               (sha256
                (base32
-                "1cnrfgqz8pc9wnlgqjch2338ad7jki6d4h6b2fhaxn1a2201df5k"))))
+                "0rxl013ncmz1n6ymk2idvx3hix9pdabk8xn01cpcv32wmfb753y9"))))
     (build-system trivial-build-system)
     (arguments
      `(#:builder (begin
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2014-07-16 10:09 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-15 18:31 [PATCH 1/6] gnu: docbook-xsl update to 1.78.1 John Darrington
2014-07-15 18:31 ` [PATCH 2/6] gnu: Add docbook-xml version 4.3 and 4.4 John Darrington
2014-07-15 20:49   ` Ludovic Courtès
2014-07-15 18:31 ` [PATCH 3/6] gnu: docbook-xml: Substite remote xml_catalog uris with local ones John Darrington
2014-07-15 20:51   ` Ludovic Courtès
2014-07-15 18:31 ` [PATCH 4/6] gnu: docbook-xsl write absolute file:// uris in catalogs instead of ./ relative ones John Darrington
2014-07-15 20:51   ` Ludovic Courtès
2014-07-15 18:31 ` [PATCH 5/6] gnu: Enable gnome-doc-utils tests John Darrington
2014-07-15 20:59   ` Ludovic Courtès
2014-07-15 21:43     ` John Darrington
2014-07-16  9:23       ` Ludovic Courtès
2014-07-16 10:08         ` John Darrington
2014-07-15 18:31 ` [PATCH 6/6] gnu: Tinyproxy: Cleanup xml dependencies John Darrington
2014-07-15 21:00   ` Ludovic Courtès
2014-07-15 21:11     ` John Darrington
2014-07-15 20:49 ` [PATCH 1/6] gnu: docbook-xsl update to 1.78.1 Ludovic Courtès

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).