gnu: doxygen: Update to 1.9.4.

* gnu/packages/documentation.scm (doxygen): Update to 1.9.4.
This commit is contained in:
Marius Bakke 2022-06-27 21:09:36 +02:00
parent 21a895a27b
commit 69bce01863
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -187,7 +187,7 @@ markup) can be customized and extended by the user.")
(define-public doxygen (define-public doxygen
(package (package
(name "doxygen") (name "doxygen")
(version "1.9.1") (version "1.9.4")
(home-page "https://www.doxygen.nl/") (home-page "https://www.doxygen.nl/")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
@ -198,7 +198,7 @@ markup) can be customized and extended by the user.")
".src.tar.gz"))) ".src.tar.gz")))
(sha256 (sha256
(base32 (base32
"1lcif1qi20gf04qyjrx7x367669g17vz2ilgi4cmamp1whdsxbk7")))) "0dqzgci82z950pzg6cpxvvqwybi2031flml3pj47hayhq3c9qpm1"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(native-inputs (native-inputs
(list bison flex libxml2 ;provides xmllint for the tests (list bison flex libxml2 ;provides xmllint for the tests