gnu: doxygen: Update to 1.8.14.
* gnu/packages/documentation.scm (doxygen): Update to 1.8.14.
This commit is contained in:
parent
243ea8673f
commit
dbe1bd5dd9
|
@ -123,14 +123,14 @@ markup) can be customized and extended by the user.")
|
||||||
(define-public doxygen
|
(define-public doxygen
|
||||||
(package
|
(package
|
||||||
(name "doxygen")
|
(name "doxygen")
|
||||||
(version "1.8.13")
|
(version "1.8.14")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://ftp.stack.nl/pub/users/dimitri/"
|
(uri (string-append "http://ftp.stack.nl/pub/users/dimitri/"
|
||||||
name "-" version ".src.tar.gz"))
|
name "-" version ".src.tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0srzawqn3apzrg8hwycwrawdylmmjrndij4spw6xr1vspn3phrmg"))
|
"0kcxymbam9jwiyjwyvwdjj0h74lbb6c467szsipzbxjyfl17wxfi"))
|
||||||
(patches (search-patches "doxygen-test.patch"))))
|
(patches (search-patches "doxygen-test.patch"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Loading…
Reference in New Issue