guix-commits
[Top][All Lists]
Advanced

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

05/74: gnu: gtk-doc: Update to 1.28.


From: guix-commits
Subject: 05/74: gnu: gtk-doc: Update to 1.28.
Date: Tue, 4 Dec 2018 10:39:43 -0500 (EST)

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

commit 2260e313e43bcaa71948a6c561337d90a730fb49
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 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



reply via email to

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