guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 03/61: gnu: gtk-doc: Update to 1.28.
Date: Sat, 9 Mar 2019 02:53:20 -0500 (EST)

rekado pushed a commit to branch staging
in repository guix.

commit 7a1bb44a5d3528355501cbb3219ea1dd4a1b5159
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 7b1505e..f824266 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1420,7 +1420,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 "/"
@@ -1428,7 +1428,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]