iyzsong pushed a commit to branch gnome-updates
in repository guix.
commit 357808f2b8e9701f3bedd718fcd9984baf7bb770
Author: 宋文武 <[email protected]>
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 c9f4cec..b83dffe 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'