guix-commits
[Top][All Lists]
Advanced

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

17/17: gnu: gtkmm: Update to 3.18.0.


From: ???
Subject: 17/17: gnu: gtkmm: Update to 3.18.0.
Date: Thu, 15 Oct 2015 15:42:39 +0000

iyzsong pushed a commit to branch dbus-update
in repository guix.

commit aa382d7e4673b8bdcb92f275e2c56d74d73e26d8
Author: 宋文武 <address@hidden>
Date:   Thu Oct 15 23:40:05 2015 +0800

    gnu: gtkmm: Update to 3.18.0.
    
    * gnu/packages/gtk.scm (gtkmm): Update to 3.18.0.
---
 gnu/packages/gtk.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index ab9966e..e7ad56e 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -809,7 +809,7 @@ toolkit.")
 (define-public gtkmm
   (package
     (name "gtkmm")
-    (version "3.16.0")
+    (version "3.18.0")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnome/sources/" name "/"
@@ -817,7 +817,7 @@ toolkit.")
                                  name "-" version ".tar.xz"))
              (sha256
               (base32
-               "036xn22jkaf3akpid7w23b8vkqa3xxqz93mwacmyar5vw7slm3cv"))))
+               "0sxq700invkjpksn790gbnl8px8751kvgwn39663jx7dv89s37w2"))))
     (build-system gnu-build-system)
     (native-inputs `(("pkg-config" ,pkg-config)))
     (propagated-inputs



reply via email to

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