guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit bbb89f7dad3559834ecf9ba9a7bec5a52604e2cb
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Sat Dec 27 12:58:14 2025 +0100
gnu: gtkmm: Update to 4.20.0.
* gnu/packages/gtk.scm (gtkmm): Update to 4.20.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 c8b93ad9f8..c63a5d71a7 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1930,7 +1930,7 @@ text rendering library.")
(define-public gtkmm
(package
(name "gtkmm")
- (version "4.14.0")
+ (version "4.20.0")
(source
(origin
(method url-fetch)
@@ -1939,7 +1939,7 @@ text rendering library.")
(version-major+minor version) "/"
name "-" version ".tar.xz"))
(sha256
- (base32 "1npcf6i07riw20rg5x6rnqi0jlh7cwdvsvjqd7fa6k3l9d2a0l4k"))))
+ (base32 "0cy8b6ysxlrwi1n5f7r6fh9sj8y9askcf7vqj5grg40gnzwrpbfs"))))
(build-system meson-build-system)
(outputs '("out" "doc"))
(arguments