guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/15: gnu: doxygen: Update to 1.9.4.


From: guix-commits
Subject: 08/15: gnu: doxygen: Update to 1.9.4.
Date: Mon, 27 Jun 2022 17:50:02 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 69bce0186333094db988df5cf7906fb7339f795f
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon Jun 27 21:09:36 2022 +0200

    gnu: doxygen: Update to 1.9.4.
    
    * gnu/packages/documentation.scm (doxygen): Update to 1.9.4.
---
 gnu/packages/documentation.scm | 4 ++--
 1 file 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]