lle_bout pushed a commit to branch wip-gnome-40
in repository guix.

commit 116002b3f416885923d52f6d1d4fcf2b2b380564
Author: Léo Le Bouter <[email protected]>
AuthorDate: Tue Mar 23 20:59:40 2021 +0100

    gnu: gtk-doc: Update to 1.32.
    
    * gnu/packages/gtk.scm (gtk-doc): Update to 1.32.
---
 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 56fd3b1..f347850 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1754,7 +1754,7 @@ information.")
 (define-public gtk-doc
   (package
     (name "gtk-doc")
-    (version "1.28")
+    (version "1.32")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -1762,7 +1762,7 @@ information.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "05apmwibkmn1icx05l8aw241lhymcx01zvk5i499cb150bijj7li"))))
+                "0z4h1dggpimygdp719l457jvqilps4qcfpk31jmj3jqpzcsg03ny"))))
     (build-system gnu-build-system)
     (arguments
      `(#:parallel-tests? #f

Reply via email to