guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: gtkmm: Update to 3.14.0.


From: Federico Beffa
Subject: 03/03: gnu: gtkmm: Update to 3.14.0.
Date: Sun, 18 Jan 2015 19:20:07 +0000

beffa pushed a commit to branch wip-gobject-introspection
in repository guix.

commit 0404c34cb7b4d7704dbaf569a855f3e59ee7d331
Author: Federico Beffa <address@hidden>
Date:   Sun Jan 18 20:00:25 2015 +0100

    gnu: gtkmm: Update to 3.14.0.
    
    * gnu/packages/gtk.scm (gtkmm): Update to 3.14.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 c8adc2f..f48815a 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -584,7 +584,7 @@ toolkit.")
 (define-public gtkmm
   (package
     (name "gtkmm")
-    (version "3.9.16")
+    (version "3.14.0")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnome/sources/" name "/"
@@ -592,7 +592,7 @@ toolkit.")
                                  name "-" version ".tar.xz"))
              (sha256
               (base32
-               "0yf8wwv4w02p70nrxsbs0nhm0w4gkn2wggdjygd8vif062anf1rs"))))
+               "12z4g2in82nk92nfjs2hmrdcwbav8v3laz1813x2dhkf5jk2ixfr"))))
     (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]