guix-commits
[Top][All Lists]
Advanced

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

11/107: gnu: gtk+: Update to 3.24.18.


From: guix-commits
Subject: 11/107: gnu: gtk+: Update to 3.24.18.
Date: Tue, 12 May 2020 10:53:07 -0400 (EDT)

kkebreau pushed a commit to branch wip-gnome3.36
in repository guix.

commit ee822c1695f3a278b78230686ff79d845957e5e0
Author: Kei Kebreau <address@hidden>
AuthorDate: Fri Apr 17 00:03:26 2020 -0400

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