summaryrefslogtreecommitdiff
path: root/gnu/packages/documentation.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2019-02-13 20:54:59 +0100
committerMarius Bakke <mbakke@fastmail.com>2019-02-14 00:21:30 +0100
commit0add9c52637659eb5e09797f2c9e9be7bf7e9989 (patch)
tree01ce64e34fd88a21cbf8b48945657d3b57d6ba87 /gnu/packages/documentation.scm
parent3a7fbd3ae5ae9942277b0f4bebcd7db980e3c9cd (diff)
downloadguix-patches-0add9c52637659eb5e09797f2c9e9be7bf7e9989.tar
guix-patches-0add9c52637659eb5e09797f2c9e9be7bf7e9989.tar.gz
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.
Diffstat (limited to 'gnu/packages/documentation.scm')
-rw-r--r--gnu/packages/documentation.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/documentation.scm b/gnu/packages/documentation.scm
index 9d4d5916fb..6ce7827391 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