[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 2/2] gnu: doxygen: Update to 1.8.13.
From: |
Leo Famulari |
Subject: |
[PATCH 2/2] gnu: doxygen: Update to 1.8.13. |
Date: |
Mon, 27 Feb 2017 23:15:28 -0500 |
* 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 e0713c31c..cd42bc0f3 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
--
2.11.1