guix-commits
[Top][All Lists]
Advanced

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

31/97: gnu: gtkmm: Update to 3.20.0.


From: Ludovic Courtès
Subject: 31/97: gnu: gtkmm: Update to 3.20.0.
Date: Sat, 16 Apr 2016 09:49:30 +0000

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

commit 400f3db26778231d2441fd162d85a31fea54e626
Author: 宋文武 <address@hidden>
Date:   Wed Apr 6 10:20:46 2016 +0800

    gnu: gtkmm: Update to 3.20.0.
    
    * gnu/packages/gtk.scm (gtkmm): Update to 3.20.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 dbda133..ccdda3e 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -902,7 +902,7 @@ toolkit.")
 (define-public gtkmm
   (package
     (name "gtkmm")
-    (version "3.18.0")
+    (version "3.20.0")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnome/sources/" name "/"
@@ -910,7 +910,7 @@ toolkit.")
                                  name "-" version ".tar.xz"))
              (sha256
               (base32
-               "0sxq700invkjpksn790gbnl8px8751kvgwn39663jx7dv89s37w2"))))
+               "12h2kd22iayvjfhmgjccm33igrbvqdj7hym31fsa1y0dhwzmf8gh"))))
     (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]