diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-09-17 10:16:55 -0400 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-08-31 10:42:05 +0200 |
commit | dac6c82cf3e5d25b5571cb083f0511460b533217 (patch) | |
tree | 3effb6c2e8d1f27bdc101a78ff75948d78d23560 | |
parent | 80961d40f2578088f1bbf96e5cb0880154c69210 (diff) | |
download | guix-dac6c82cf3e5d25b5571cb083f0511460b533217.tar.gz guix-dac6c82cf3e5d25b5571cb083f0511460b533217.zip |
gnu: doxygen: Update to 1.9.8.
* gnu/packages/documentation.scm (doxygen): Update to 1.9.8.
-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 2a047ba790..75a251a0eb 100644 --- a/gnu/packages/documentation.scm +++ b/gnu/packages/documentation.scm @@ -186,7 +186,7 @@ markup) can be customized and extended by the user.") (define-public doxygen (package (name "doxygen") - (version "1.9.5") + (version "1.9.8") (home-page "https://www.doxygen.nl/") (source (origin (method url-fetch) @@ -197,7 +197,7 @@ markup) can be customized and extended by the user.") ".src.tar.gz"))) (sha256 (base32 - "1v1f9cp5lyymg7xmw0ldnzi7ql8agbaqam1xdyljk0lrbnrm9d2m")))) + "0qjgw7bnx668hpi4r8m366vsq118s9365zf8z4x5yjrqx0ld5qq5")))) (build-system cmake-build-system) (native-inputs (list bison |