rekado pushed a commit to branch wip-gnome3.30
in repository guix.
commit f05793bb81c2a2188ef122b068d6d14b00751576
Author: Ricardo Wurmus <[email protected]>
Date: Sun Aug 5 13:09:31 2018 +0200
gnu: gtk-doc: Update to 1.28.
* gnu/packages/gtk.scm (gtk-doc): Update to 1.28.
---
gnu/packages/gtk.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index dc88e51..3ac7f20 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1406,7 +1406,7 @@ information.")
(define-public gtk-doc
(package
(name "gtk-doc")
- (version "1.27")
+ (version "1.28")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -1414,7 +1414,7 @@ information.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0vwsdl61nvnmqswlz5j9m4hg7qirhazwcikcnqf9nx0c13vx6sz2"))))
+ "05apmwibkmn1icx05l8aw241lhymcx01zvk5i499cb150bijj7li"))))
(build-system gnu-build-system)
(arguments
`(#:parallel-tests? #f