diff options
author | Marius Bakke <marius@gnu.org> | 2022-06-27 21:09:36 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-06-27 23:48:00 +0200 |
commit | 69bce0186333094db988df5cf7906fb7339f795f (patch) | |
tree | ae570670a74e6858894103001868637110a6437b /gnu | |
parent | 21a895a27b94ade0980eda9f038f3f92a7c0dbcd (diff) | |
download | guix-69bce0186333094db988df5cf7906fb7339f795f.tar.gz |
gnu: doxygen: Update to 1.9.4.
* gnu/packages/documentation.scm (doxygen): Update to 1.9.4.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/documentation.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/documentation.scm b/gnu/packages/documentation.scm index 9f87e67043..c1328bd1f1 100644 --- a/gnu/packages/documentation.scm +++ b/gnu/packages/documentation.scm @@ -187,7 +187,7 @@ markup) can be customized and extended by the user.") (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 @@ markup) can be customized and extended by the user.") ".src.tar.gz"))) (sha256 (base32 - "1lcif1qi20gf04qyjrx7x367669g17vz2ilgi4cmamp1whdsxbk7")))) + "0dqzgci82z950pzg6cpxvvqwybi2031flml3pj47hayhq3c9qpm1")))) (build-system cmake-build-system) (native-inputs (list bison flex libxml2 ;provides xmllint for the tests |