gnu: gtk-doc: Update to 1.25.

* gnu/packages/gtk.scm (gtk-doc): Update to 1.25.
master
Andreas Enge 2016-08-04 12:19:23 +02:00
parent 752bb44794
commit 9d19e18d24
No known key found for this signature in database
GPG Key ID: F7D5C9BF765C61E3
1 changed files with 2 additions and 2 deletions

View File

@ -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