guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

115/117: gnu: gtk-doc: Update to 1.32.


From: guix-commits
Subject: 115/117: gnu: gtk-doc: Update to 1.32.
Date: Tue, 23 Mar 2021 19:26:09 -0400 (EDT)

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

commit 5e3ba5f5c4e1e54fd211ea1288c297485bfc1450
Author: Léo Le Bouter <lle-bout@zaclys.net>
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 9fd4471..76b9e89 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1714,7 +1714,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 "/"
@@ -1722,7 +1722,7 @@ information.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "05apmwibkmn1icx05l8aw241lhymcx01zvk5i499cb150bijj7li"))))
+                "0z4h1dggpimygdp719l457jvqilps4qcfpk31jmj3jqpzcsg03ny"))))
     (build-system gnu-build-system)
     (arguments
      `(#:parallel-tests? #f



reply via email to

[Prev in Thread] Current Thread [Next in Thread]