mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 15:10:16 -05:00
gnu: doxygen: Update to 1.9.4.
* gnu/packages/documentation.scm (doxygen): Update to 1.9.4.
This commit is contained in:
parent
21a895a27b
commit
69bce01863
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue