guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: doxygen: Update to 1.8.15.


From: guix-commits
Subject: 03/03: gnu: doxygen: Update to 1.8.15.
Date: Wed, 13 Feb 2019 18:23:59 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit 0add9c52637659eb5e09797f2c9e9be7bf7e9989
Author: Marius Bakke <address@hidden>
Date:   Wed Feb 13 20:54:59 2019 +0100

    gnu: doxygen: Update to 1.8.15.
    
    * gnu/packages/documentation.scm (doxygen): Update to 1.8.15.
    * gnu/packages/patches/doxygen-test.patch: Update for upstream changes.
---
 gnu/packages/documentation.scm          | 4 ++--
 gnu/packages/patches/doxygen-test.patch | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/documentation.scm b/gnu/packages/documentation.scm
index 9d4d591..6ce7827 100644
--- a/gnu/packages/documentation.scm
+++ b/gnu/packages/documentation.scm
@@ -123,7 +123,7 @@ markup) can be customized and extended by the user.")
 (define-public doxygen
   (package
     (name "doxygen")
-    (version "1.8.14")
+    (version "1.8.15")
     (home-page "http://www.doxygen.nl/";)
     (source (origin
              (method url-fetch)
@@ -134,7 +134,7 @@ markup) can be customized and extended by the user.")
                                        ".src.tar.gz")))
              (sha256
               (base32
-               "0kcxymbam9jwiyjwyvwdjj0h74lbb6c467szsipzbxjyfl17wxfi"))
+               "0p94b4yb6bk2dxzs5kyl82xxgq2qakgbx5yy3ssbbadncb20x75x"))
              (patches (search-patches "doxygen-test.patch"))))
     (build-system cmake-build-system)
     (native-inputs
diff --git a/gnu/packages/patches/doxygen-test.patch 
b/gnu/packages/patches/doxygen-test.patch
index 5ac063a..8ccb9ec 100644
--- a/gnu/packages/patches/doxygen-test.patch
+++ b/gnu/packages/patches/doxygen-test.patch
@@ -5,14 +5,14 @@ test.
 diff -u -r doxygen-1.8.7.orig/testing/012/citelist.xml 
doxygen-1.8.7/testing/012/citelist.xml
 --- doxygen-1.8.7.orig/testing/012/citelist.xml        2014-04-24 
23:43:34.000000000 +0200
 +++ doxygen-1.8.7/testing/012/citelist.xml     2014-04-24 23:49:43.000000000 
+0200
-@@ -4,17 +4,6 @@
-     <compoundname>citelist</compoundname>
-     <title>Bibliography</title>
+@@ -6,17 +6,6 @@
+     <briefdescription>
+     </briefdescription>
      <detaileddescription>
 -      <para>
 -        <variablelist>
 -          <varlistentry>
--            <term><anchor id="_1CITEREF_knuth79"/>[1]</term>
+-            <term><anchor id="citelist_1CITEREF_knuth79"/>[1]</term>
 -          </varlistentry>
 -          <listitem>
 -            <para>Donald<nonbreakablespace/>E. Knuth. <emphasis>Tex and 
Metafont, New Directions in Typesetting</emphasis>. American Mathematical 
Society and Digital Press, Stanford, 1979.</para>



reply via email to

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