guix-commits
[Top][All Lists]
Advanced

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

16/63: gnu: GTK+: Update to 3.24.20.


From: guix-commits
Subject: 16/63: gnu: GTK+: Update to 3.24.20.
Date: Mon, 25 May 2020 15:15:21 -0400 (EDT)

mbakke pushed a commit to branch staging2
in repository guix.

commit 962cd18baa99e84a6e8610c591f794bc45384358
Author: Marius Bakke <address@hidden>
AuthorDate: Thu May 14 23:04:17 2020 +0200

    gnu: GTK+: Update to 3.24.20.
    
    * gnu/packages/gtk.scm (gtk+): Update to 3.24.20.
---
 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 3e2cb30..fdb6962 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -759,7 +759,7 @@ application suites.")
 (define-public gtk+
   (package (inherit gtk+-2)
    (name "gtk+")
-   (version "3.24.14")
+   (version "3.24.20")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnome/sources/" name "/"
@@ -767,7 +767,7 @@ application suites.")
                                 name "-" version ".tar.xz"))
             (sha256
              (base32
-              "120yz5gxqbv7sgdbcy4i0b6ixm8jpjzialdrqs0gv15q7bwnjk8w"))
+              "1wqxkd3xnqwihcawncp9mkf9bv5a5fg5i4ahm6klpl782vvnkb1d"))
             (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]