guix-commits
[Top][All Lists]
Advanced

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

150/169: gnu: gtk: Update to 4.4.0.


From: guix-commits
Subject: 150/169: gnu: gtk: Update to 4.4.0.
Date: Thu, 28 Oct 2021 02:09:07 -0400 (EDT)

apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.

commit 987910350993c6d2a3ec8a110d55d3eff5a190b2
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Oct 27 10:08:55 2021 -0400

    gnu: gtk: Update to 4.4.0.
    
    * gnu/packages/gtk.scm (gtk): Update to 4.4.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 5bfc19e..0dbb7cf 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1094,7 +1094,7 @@ application suites.")
 (define-public gtk
   (package
     (name "gtk")
-    (version "4.2.1")
+    (version "4.4.0")
     (source
      (origin
        (method url-fetch)
@@ -1102,7 +1102,7 @@ application suites.")
                            (version-major+minor version)  "/"
                            name "-" version ".tar.xz"))
        (sha256
-        (base32 "1rh9fd5axf79pmd93hb2fmmflic5swcvqvq6vqghlgz4bmvnjc82"))
+        (base32 "0nshjb9bgkfw67pfl63w04p4p6mi6gsqmi7y1nic71hn8j7m18g0"))
        (patches
         (search-patches "gtk4-respect-GUIX_GTK4_PATH.patch"))))
     (build-system meson-build-system)



reply via email to

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