guix-patches
[Top][All Lists]
Advanced

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

[bug#72702] [PATCH gnome-team 10/20] gnu: gtk: Update to 4.14.5.


From: Liliana Marie Prikler
Subject: [bug#72702] [PATCH gnome-team 10/20] gnu: gtk: Update to 4.14.5.
Date: Sat, 17 Aug 2024 11:03:44 +0200

* gnu/packages/gtk.scm (gtk): Update to 4.14.5.
---
 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 174fd189ae..54cc29c2d6 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1140,7 +1140,7 @@ (define-public gtk+
 (define-public gtk
   (package
     (name "gtk")
-    (version "4.14.2")
+    (version "4.14.5")
     (source
      (origin
        (method url-fetch)
@@ -1148,7 +1148,7 @@ (define-public gtk
                            (version-major+minor version)  "/"
                            name "-" version ".tar.xz"))
        (sha256
-        (base32 "0wp0w259rkwf6g8sk2b9jkms47vx5gp7mfs345grx9wq53plqq12"))
+        (base32 "0kg286za53qhl6ngw4rrvbpm3q04g30qf2q77sck7c86y2wz4ism"))
        (patches
         (search-patches "gtk4-respect-GUIX_GTK4_PATH.patch"))
        (modules '((guix build utils)))))
-- 
2.45.2






reply via email to

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