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 @@ (define-deprecated asciidoc-py3 asciidoc)
(define-public doxygen
(package
(name "doxygen")
(version "1.9.1")
(version "1.9.4")
(home-page "https://www.doxygen.nl/")
(source (origin
(method url-fetch)
@ -198,7 +198,7 @@ (define-public doxygen
".src.tar.gz")))
(sha256
(base32
"1lcif1qi20gf04qyjrx7x367669g17vz2ilgi4cmamp1whdsxbk7"))))
"0dqzgci82z950pzg6cpxvvqwybi2031flml3pj47hayhq3c9qpm1"))))
(build-system cmake-build-system)
(native-inputs
(list bison flex libxml2 ;provides xmllint for the tests