guix-commits
[Top][All Lists]
Advanced

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

112/117: gnu: gtk+: Update to 3.94.0.


From: guix-commits
Subject: 112/117: gnu: gtk+: Update to 3.94.0.
Date: Tue, 23 Mar 2021 19:26:08 -0400 (EDT)

lle_bout pushed a commit to branch wip-gnome-40
in repository guix.

commit bbc08bec5e84e5c7332df46402149d4bbb3c795b
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Tue Mar 23 20:57:12 2021 +0100

    gnu: gtk+: Update to 3.94.0.
    
    * gnu/packages/gtk.scm (gtk+): Update to 3.94.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 43d6c4d..622d0fc 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -835,7 +835,7 @@ application suites.")
 (define-public gtk+
   (package (inherit gtk+-2)
    (name "gtk+")
-   (version "3.24.24")
+   (version "3.94.0")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnome/sources/" name "/"
@@ -843,7 +843,7 @@ application suites.")
                                 name "-" version ".tar.xz"))
             (sha256
              (base32
-              "12ipk1d376bai9v820qzhxba93kkh5abi6mhyqr4hwjvqmkl77fc"))
+              "0dbhlr8k5sjywy1ycy3waxy24p3n6kgmhfx0szqv043656jwlix9"))
             (patches (search-patches "gtk3-respect-GUIX_GTK3_PATH.patch"
                                      
"gtk3-respect-GUIX_GTK3_IM_MODULE_FILE.patch"))))
    (propagated-inputs



reply via email to

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