guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: gtk-doc: Update to 1.25.


From: Andreas Enge
Subject: 01/02: gnu: gtk-doc: Update to 1.25.
Date: Thu, 4 Aug 2016 10:47:00 +0000 (UTC)

andreas pushed a commit to branch master
in repository guix.

commit 9d19e18d24e2e721023cd306acfc687264e07432
Author: Andreas Enge <address@hidden>
Date:   Thu Aug 4 12:19:23 2016 +0200

    gnu: gtk-doc: Update to 1.25.
    
    * gnu/packages/gtk.scm (gtk-doc): Update to 1.25.
---
 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 e237c6a..55f8f02 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1189,7 +1189,7 @@ information.")
 (define-public gtk-doc
   (package
     (name "gtk-doc")
-    (version "1.24")
+    (version "1.25")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -1197,7 +1197,7 @@ information.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "12xmmcnq4138dlbhmqa45wqza8dky4lf856sp80h6xjwl2g7a85l"))))
+                "0hpxcij9xx9ny3gs9p0iz4r8zslw8wqymbyababiyl7603a6x90y"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases



reply via email to

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