summaryrefslogtreecommitdiff
path: root/gnu/packages/gtk.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2018-12-05 17:14:46 +0100
committerKei Kebreau <kkebreau@posteo.net>2019-06-20 23:24:36 -0400
commit0ecf6612c7d7a10df8ee697e92e9593e60242e78 (patch)
tree5bf514f483cdfdee64e3bc541c13dc758a5d1815 /gnu/packages/gtk.scm
parent220bcf6fbac7eca3db16727d2f9e3bbc85c53cf5 (diff)
downloadpatches-0ecf6612c7d7a10df8ee697e92e9593e60242e78.tar
patches-0ecf6612c7d7a10df8ee697e92e9593e60242e78.tar.gz
gnu: gtkmm: Update to 3.24.0.
* gnu/packages/gtk.scm (gtkmm): Update to 3.24.0.
Diffstat (limited to 'gnu/packages/gtk.scm')
-rw-r--r--gnu/packages/gtk.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index a8bc2e42ce..64bf802c6f 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1094,7 +1094,7 @@ toolkit.")
(define-public gtkmm
(package
(name "gtkmm")
- (version "3.22.2")
+ (version "3.24.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -1102,7 +1102,7 @@ toolkit.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1400535lhyya462pfx8bp11k3mg3jsbdghlpygskd5ai665dkbwi"))))
+ "0hxaq4x9jqj8vvnv3sb6nwapz83v8lclbm887qqci0g50llcjpyg"))))
(build-system gnu-build-system)
(native-inputs `(("pkg-config" ,pkg-config)
("glib" ,glib "bin") ;for 'glib-compile-resources'