lle_bout pushed a commit to branch wip-gnome-40
in repository guix.
commit 71dcce22959d2380e50c392da7122999f50823ba
Author: Léo Le Bouter <[email protected]>
AuthorDate: Tue Mar 23 20:59:17 2021 +0100
gnu: gtkmm: Update to 4.0.1.
* gnu/packages/gtk.scm (gtkmm): Update to 4.0.1.
---
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 036e9a1..56fd3b1 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1393,7 +1393,7 @@ toolkit.")
(define-public gtkmm
(package
(name "gtkmm")
- (version "3.24.2")
+ (version "4.0.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -1401,7 +1401,7 @@ toolkit.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1hxdnhavjyvbcpxhd5z17l9fj4182028s66lc0s16qqqrldhjwbd"))))
+ "111qq3p34c8fgx4abx2axcpzxbsb7bpg618y0nr2rq28g2ydjww9"))))
(build-system gnu-build-system)
(native-inputs `(("pkg-config" ,pkg-config)
("glib" ,glib "bin") ;for 'glib-compile-resources'