guix-commits
[Top][All Lists]
Advanced

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

16/27: gnu: gtk+: Update to 3.24.38.


From: guix-commits
Subject: 16/27: gnu: gtk+: Update to 3.24.38.
Date: Tue, 19 Dec 2023 17:51:25 -0500 (EST)

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

commit 9df8f1d05dcdc145a4525f634751460f2a683e52
Author: Vivien Kraus <vivien@planete-kraus.eu>
AuthorDate: Thu Nov 23 19:22:13 2023 +0100

    gnu: gtk+: Update to 3.24.38.
    
    * gnu/packages/gtk.scm (gtk+): Update to 3.24.38.
    
    Change-Id: I98ddc6cbdaacc665bf3f924e7ae47f1ef139bcc5
    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 063fb70c1c..e05b795535 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -992,7 +992,7 @@ application suites.")
   (package
     (inherit gtk+-2)
     (name "gtk+")
-    (version "3.24.37")
+    (version "3.24.38")
     (source
      (origin
        (method url-fetch)
@@ -1001,7 +1001,7 @@ application suites.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "0mvzzgjrzzir7nzx379yz3swzk3pn1s283hgzm8l2yakq2sg0ib7"))
+         "1rwfvm2098pkwnnxjm70ig44x1a2fbwa8i2ma3cbs9cb077xw4ff"))
        (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]