~ruther/guix-local

f3a24b46c82f6a8e9f2638cbfe01f70abc4de04f — Leo Famulari 9 years ago 4407a35
gnu: doxygen: Update to 1.8.13.

* gnu/packages/documentation.scm (doxygen): Update to 1.8.13.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/documentation.scm
M gnu/packages/documentation.scm => gnu/packages/documentation.scm +2 -2
@@ 86,14 86,14 @@ markup) can be customized and extended by the user.")
(define-public doxygen
  (package
    (name "doxygen")
    (version "1.8.11")
    (version "1.8.13")
    (source (origin
             (method url-fetch)
             (uri (string-append "http://ftp.stack.nl/pub/users/dimitri/"
                                 name "-" version ".src.tar.gz"))
             (sha256
              (base32
               "0ja02pm3fpfhc5dkry00kq8mn141cqvdqqpmms373ncbwi38pl35"))
               "0srzawqn3apzrg8hwycwrawdylmmjrndij4spw6xr1vspn3phrmg"))
             (patches (search-patches "doxygen-test.patch"))))
    (build-system cmake-build-system)
    (native-inputs