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.13.


From: Leo Famulari
Subject: 03/03: gnu: doxygen: Update to 1.8.13.
Date: Tue, 28 Feb 2017 02:10:19 -0500 (EST)

lfam pushed a commit to branch core-updates
in repository guix.

commit f3a24b46c82f6a8e9f2638cbfe01f70abc4de04f
Author: Leo Famulari <address@hidden>
Date:   Mon Feb 27 23:01:09 2017 -0500

    gnu: doxygen: Update to 1.8.13.
    
    * gnu/packages/documentation.scm (doxygen): Update to 1.8.13.
---
 gnu/packages/documentation.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/documentation.scm b/gnu/packages/documentation.scm
index e0713c3..cd42bc0 100644
--- a/gnu/packages/documentation.scm
+++ b/gnu/packages/documentation.scm
@@ -86,14 +86,14 @@ markup) can be customized and extended by the user.")
 (define-public doxygen
   (package
     (name "doxygen")
-    (version "1.8.11")
+    (version "1.8.13")
     (source (origin
              (method url-fetch)
              (uri (string-append "http://ftp.stack.nl/pub/users/dimitri/";
                                  name "-" version ".src.tar.gz"))
              (sha256
               (base32
-               "0ja02pm3fpfhc5dkry00kq8mn141cqvdqqpmms373ncbwi38pl35"))
+               "0srzawqn3apzrg8hwycwrawdylmmjrndij4spw6xr1vspn3phrmg"))
              (patches (search-patches "doxygen-test.patch"))))
     (build-system cmake-build-system)
     (native-inputs



reply via email to

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