guix-commits
[Top][All Lists]
Advanced

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

08/34: gnu: GTK+: Update to 3.24.21.


From: guix-commits
Subject: 08/34: gnu: GTK+: Update to 3.24.21.
Date: Sat, 25 Jul 2020 14:53:58 -0400 (EDT)

mbakke pushed a commit to branch wip-staging
in repository guix.

commit 1465949c4236ffa44ce846da8058d593041b888b
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Fri Jul 24 22:36:21 2020 +0200

    gnu: GTK+: Update to 3.24.21.
    
    * gnu/packages/gtk.scm (gtk+): Update to 3.24.21.
---
 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 e3c0979..85c5ae1 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -761,7 +761,7 @@ application suites.")
 (define-public gtk+
   (package (inherit gtk+-2)
    (name "gtk+")
-   (version "3.24.20")
+   (version "3.24.21")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnome/sources/" name "/"
@@ -769,7 +769,7 @@ application suites.")
                                 name "-" version ".tar.xz"))
             (sha256
              (base32
-              "1wqxkd3xnqwihcawncp9mkf9bv5a5fg5i4ahm6klpl782vvnkb1d"))
+              "0llgq2adzn9p3bfq9rv2dhscmvzs35jp3glrfvy3vs1mrpknmsmf"))
             (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]