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: Fri, 8 Feb 2019 16:26:31 -0500 (EST)

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

commit c1d2d5603a733dd7381359fa90b6f45114f00468
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 422e164..7bfb7bf 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]