guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

16/29: gnu: gtk+: Update to 3.24.41.


From: guix-commits
Subject: 16/29: gnu: gtk+: Update to 3.24.41.
Date: Sat, 24 Feb 2024 01:30:00 -0500 (EST)

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

commit d3f0233227a7128786ce2dc9c7a2b1cb17160656
Author: Vivien Kraus <vivien@planete-kraus.eu>
AuthorDate: Sat Feb 3 13:46:51 2024 +0100

    gnu: gtk+: Update to 3.24.41.
    
    * gnu/packages/gtk.scm (gtk+): Update to 3.24.41.
    
    Change-Id: I3dcaecb7485fa91e23fb6231f9fb51ef916da10e
    Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
    Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
---
 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 086183da8e..a00ce71b81 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -993,7 +993,7 @@ application suites.")
   (package
     (inherit gtk+-2)
     (name "gtk+")
-    (version "3.24.38")
+    (version "3.24.41")
     (source
      (origin
        (method url-fetch)
@@ -1002,7 +1002,7 @@ application suites.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "1rwfvm2098pkwnnxjm70ig44x1a2fbwa8i2ma3cbs9cb077xw4ff"))
+         "1ymna7b8p668wxbca1pgjqpw02ya4p86yaa9pja7l27kg9463nj7"))
        (patches (search-patches "gtk3-respect-GUIX_GTK3_PATH.patch"
                                 
"gtk3-respect-GUIX_GTK3_IM_MODULE_FILE.patch"))))
     ;; There is no "doc" output, because adding gtk-doc here would introduce a



reply via email to

[Prev in Thread] Current Thread [Next in Thread]