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

commit 36442837cdd852b984036dba9536e8c6531445e7
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Sat Aug 17 10:53:23 2024 +0200

    gnu: gtkmm: Update to 4.14.0.
    
    * gnu/packages/gtk.scm (gtkmm): Update to 4.14.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 9b4bdf04c5..87023faf8f 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1900,7 +1900,7 @@ text rendering library.")
 (define-public gtkmm
   (package
     (name "gtkmm")
-    (version "4.6.1")
+    (version "4.14.0")
     (source
      (origin
        (method url-fetch)
@@ -1909,7 +1909,7 @@ text rendering library.")
                        (version-major+minor version)  "/"
                        name "-" version ".tar.xz"))
        (sha256
-        (base32 "1q6iycd7jfbn6rp4sq6r7ndm96dc21inq8mq1d9xsky6kv5gwphd"))))
+        (base32 "1npcf6i07riw20rg5x6rnqi0jlh7cwdvsvjqd7fa6k3l9d2a0l4k"))))
     (build-system meson-build-system)
     (outputs '("out" "doc"))
     (arguments

Reply via email to