guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.

commit 49911456c0ee5f2a87197f2fe9f1f1909a2f9185
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 737bb014f4..e213123197 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

Reply via email to