guix-commits
[Top][All Lists]
Advanced

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

03/62: gnu: gtk-doc: Update to 1.28.


From: guix-commits
Subject: 03/62: gnu: gtk-doc: Update to 1.28.
Date: Wed, 23 Jan 2019 06:12:44 -0500 (EST)

rekado pushed a commit to branch wip-gnome-upgrades
in repository guix.

commit 9ea46cd6dd8d594ec5e76db2d004ad94c44c65e8
Author: Ricardo Wurmus <address@hidden>
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 4e88058..250b39f 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1419,7 +1419,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 "/"
@@ -1427,7 +1427,7 @@ information.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0vwsdl61nvnmqswlz5j9m4hg7qirhazwcikcnqf9nx0c13vx6sz2"))))
+                "05apmwibkmn1icx05l8aw241lhymcx01zvk5i499cb150bijj7li"))))
     (build-system gnu-build-system)
     (arguments
      `(#:parallel-tests? #f



reply via email to

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