guix-commits
[Top][All Lists]
Advanced

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

25/85: gnu: gtkmm: Update to 3.22.0.


From: Mark H. Weaver
Subject: 25/85: gnu: gtkmm: Update to 3.22.0.
Date: Wed, 11 Jan 2017 16:36:02 +0000 (UTC)

mhw pushed a commit to branch gnome-updates
in repository guix.

commit b1d6910e5d452968a25c4a4bd07fdf83c713197c
Author: Mark H Weaver <address@hidden>
Date:   Mon Jan 9 00:23:12 2017 -0500

    gnu: gtkmm: Update to 3.22.0.
    
    * gnu/packages/gtk.scm (gtkmm): Update to 3.22.0.
---
 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 170d865..77fa2f0 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1006,7 +1006,7 @@ toolkit.")
 (define-public gtkmm
   (package
     (name "gtkmm")
-    (version "3.20.1")
+    (version "3.22.0")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnome/sources/" name "/"
@@ -1014,7 +1014,7 @@ toolkit.")
                                  name "-" version ".tar.xz"))
              (sha256
               (base32
-               "04n631a127pyidaz82ypdy9syq1hzj636r32y9hyr9kcfnwf2785"))))
+               "1x8l0ny6r3ym53z82q9d5fan4m9vi93xy3b3hj1hrclgc95lvnh5"))))
     (build-system gnu-build-system)
     (native-inputs `(("pkg-config" ,pkg-config)
                      ("glib" ,glib "bin")        ;for 'glib-compile-resources'



reply via email to

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