[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/10: gnu: gtk+: Update to 3.24.14.
From: |
guix-commits |
Subject: |
07/10: gnu: gtk+: Update to 3.24.14. |
Date: |
Mon, 24 Feb 2020 13:56:06 -0500 (EST) |
mbakke pushed a commit to branch staging
in repository guix.
commit bb618a0f78b02ca8604dfdb5d60935de38c4fce5
Author: Marius Bakke <address@hidden>
AuthorDate: Sun Feb 23 21:09:21 2020 +0100
gnu: gtk+: Update to 3.24.14.
* gnu/packages/gtk.scm (gtk+): Update to 3.24.14.
---
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 1685265..292a283 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -723,7 +723,7 @@ application suites.")
(define-public gtk+
(package (inherit gtk+-2)
(name "gtk+")
- (version "3.24.13")
+ (version "3.24.14")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -731,7 +731,7 @@ application suites.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1a9hi7k59q0kqx0n3xhsk1ly23w9g9ncllnay1756g0yrww5qxsc"))
+ "120yz5gxqbv7sgdbcy4i0b6ixm8jpjzialdrqs0gv15q7bwnjk8w"))
(patches (search-patches "gtk3-respect-GUIX_GTK3_PATH.patch"
"gtk3-respect-GUIX_GTK3_IM_MODULE_FILE.patch"))))
(outputs '("out" "bin" "doc"))
- branch staging updated (d85f8e4 -> 9844848), guix-commits, 2020/02/24
- 03/10: gnu: qtbase: Remove custom 'qtbase-patched' variant., guix-commits, 2020/02/24
- 02/10: gnu: mesa: Build with LLVM 9., guix-commits, 2020/02/24
- 06/10: gnu: ImageMagick: Update to 6.9.10-95., guix-commits, 2020/02/24
- 04/10: gnu: ALSA: Update to 1.2.2., guix-commits, 2020/02/24
- 01/10: Merge branch 'master' into staging, guix-commits, 2020/02/24
- 05/10: gnu: libinput: Update to 1.15.2., guix-commits, 2020/02/24
- 07/10: gnu: gtk+: Update to 3.24.14.,
guix-commits <=
- 08/10: gnu: cups-filters: Update to 1.27.1., guix-commits, 2020/02/24
- 09/10: gnu: pciutils: Update to 3.6.4., guix-commits, 2020/02/24
- 10/10: gnu: bluez: Update to 5.53., guix-commits, 2020/02/24