guix-commits
[Top][All Lists]
Advanced

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

77/122: gnu: gtk+-2: Update to 2.24.33.


From: guix-commits
Subject: 77/122: gnu: gtk+-2: Update to 2.24.33.
Date: Fri, 11 Jun 2021 12:12:13 -0400 (EDT)

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

commit 8f6bebbce50c27dd7bf24237547adaa17a239d2c
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Fri Mar 12 12:04:56 2021 -0500

    gnu: gtk+-2: Update to 2.24.33.
    
    * gnu/packages/gtk.scm (gtk+-2) [version]: Update to 2.24.33.
    
    Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
---
 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 d8858fe..69760de 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -828,7 +828,7 @@ is part of the GNOME accessibility project.")
 (define-public gtk+-2
   (package
     (name "gtk+")
-    (version "2.24.32")
+    (version "2.24.33")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -836,7 +836,7 @@ is part of the GNOME accessibility project.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0bjq7ja9gwcv6n5q4qkvdjjx40wsdiikksz1zqxvxsm5vlyskj5n"))
+                "1nn6kks1zyvb5xikr9y2k7r9bwjy1g4b0m0s66532bclymbwfamc"))
               (patches (search-patches "gtk2-respect-GUIX_GTK2_PATH.patch"
                                        
"gtk2-respect-GUIX_GTK2_IM_MODULE_FILE.patch"
                                        "gtk2-theme-paths.patch"))))



reply via email to

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