guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: gtkmm: Update to 3.16.0.


From: ???
Subject: 03/04: gnu: gtkmm: Update to 3.16.0.
Date: Wed, 22 Apr 2015 07:01:42 +0000

iyzsong pushed a commit to branch wip-glib
in repository guix.

commit 09a5c4c36340a4d949ba96283a70940ffa64b4f1
Author: 宋文武 <address@hidden>
Date:   Wed Apr 22 14:54:10 2015 +0800

    gnu: gtkmm: Update to 3.16.0.
    
    * gnu/packages/gtk.scm (gtkmm): Update to 3.16.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 8dfc597..e52d8fc 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -673,7 +673,7 @@ toolkit.")
 (define-public gtkmm
   (package
     (name "gtkmm")
-    (version "3.14.0")
+    (version "3.16.0")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnome/sources/" name "/"
@@ -681,7 +681,7 @@ toolkit.")
                                  name "-" version ".tar.xz"))
              (sha256
               (base32
-               "12z4g2in82nk92nfjs2hmrdcwbav8v3laz1813x2dhkf5jk2ixfr"))))
+               "036xn22jkaf3akpid7w23b8vkqa3xxqz93mwacmyar5vw7slm3cv"))))
     (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]