diff options
author | Andreas Enge <andreas@enge.fr> | 2016-08-04 12:19:23 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2016-08-04 12:46:28 +0200 |
commit | 9d19e18d24e2e721023cd306acfc687264e07432 (patch) | |
tree | eb79307a45a01351ce8a1e2192a691939be38394 | |
parent | 752bb44794b27a10b968c3191140431b1d10b65c (diff) | |
download | guix-9d19e18d24e2e721023cd306acfc687264e07432.tar guix-9d19e18d24e2e721023cd306acfc687264e07432.tar.gz |
gnu: gtk-doc: Update to 1.25.
* gnu/packages/gtk.scm (gtk-doc): Update to 1.25.
-rw-r--r-- | gnu/packages/gtk.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index e237c6a66d..55f8f025ca 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -1189,7 +1189,7 @@ information.") (define-public gtk-doc (package (name "gtk-doc") - (version "1.24") + (version "1.25") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -1197,7 +1197,7 @@ information.") name "-" version ".tar.xz")) (sha256 (base32 - "12xmmcnq4138dlbhmqa45wqza8dky4lf856sp80h6xjwl2g7a85l")))) + "0hpxcij9xx9ny3gs9p0iz4r8zslw8wqymbyababiyl7603a6x90y")))) (build-system gnu-build-system) (arguments `(#:phases |