unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#30289] [PATCH] gnu: doxygen: Update to 1.8.14.
@ 2018-01-30  0:14 Danny Milosavljevic
  2018-01-30  4:14 ` Leo Famulari
  2018-06-22 19:53 ` [bug#30289] " Gábor Boskovits
  0 siblings, 2 replies; 6+ messages in thread
From: Danny Milosavljevic @ 2018-01-30  0:14 UTC (permalink / raw)
  To: 30289

* gnu/packages/documentation.scm (doxygen): Update to 1.8.14.
---
 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 9c5ca74d7..0a470507c 100644
--- a/gnu/packages/documentation.scm
+++ b/gnu/packages/documentation.scm
@@ -114,14 +114,14 @@ markup) can be customized and extended by the user.")
 (define-public doxygen
   (package
     (name "doxygen")
-    (version "1.8.13")
+    (version "1.8.14")
     (source (origin
              (method url-fetch)
              (uri (string-append "http://ftp.stack.nl/pub/users/dimitri/"
                                  name "-" version ".src.tar.gz"))
              (sha256
               (base32
-               "0srzawqn3apzrg8hwycwrawdylmmjrndij4spw6xr1vspn3phrmg"))
+               "0kcxymbam9jwiyjwyvwdjj0h74lbb6c467szsipzbxjyfl17wxfi"))
              (patches (search-patches "doxygen-test.patch"))))
     (build-system cmake-build-system)
     (native-inputs

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-08-29 21:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-30  0:14 [bug#30289] [PATCH] gnu: doxygen: Update to 1.8.14 Danny Milosavljevic
2018-01-30  4:14 ` Leo Famulari
2018-01-30  9:07   ` Danny Milosavljevic
2018-01-30 21:39     ` Leo Famulari
2018-06-22 19:53 ` [bug#30289] " Gábor Boskovits
2018-08-29 21:07   ` bug#30289: " Leo Famulari

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).