[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/20: gnu: pango: Update to 1.54.0.
From: |
guix-commits |
Subject: |
02/20: gnu: pango: Update to 1.54.0. |
Date: |
Sat, 24 Aug 2024 01:35:26 -0400 (EDT) |
lilyp pushed a commit to branch gnome-team
in repository guix.
commit a2a3a831f07b2c803a5050affc58beba413c3ccd
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Fri Aug 16 20:58:56 2024 +0200
gnu: pango: Update to 1.54.0.
* gnu/packages/gtk.scm (pango): Update to 1.54.0.
---
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 c15630fe3b..7a9ac44152 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -383,7 +383,7 @@ applications.")
(define-public pango
(package
(name "pango")
- (version "1.50.14")
+ (version "1.54.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/pango/"
@@ -392,7 +392,7 @@ applications.")
(patches (search-patches "pango-skip-libthai-test.patch"))
(sha256
(base32
- "1s41sprfgkc944fva36zjmkmdpv8hn1bdpyg55xc4663pw2z4rqx"))))
+ "1n0y5l5wfq2a86dimraazvz1v9dvqdjkmpqgzkbk9rqy09syv7la"))))
(build-system meson-build-system)
(arguments
'(#:glib-or-gtk? #t ; To wrap binaries and/or compile schemas
- branch gnome-team updated (ba8358236b -> c4343e2f7b), guix-commits, 2024/08/24
- 05/20: gnu: at-spi2-core: Update to 2.52.0., guix-commits, 2024/08/24
- 01/20: gnu: gsettings-desktop-schemas: Update to 46.0., guix-commits, 2024/08/24
- 07/20: gnu: gtkmm: Update to 4.14.0., guix-commits, 2024/08/24
- 04/20: gnu: vala: Update to 0.56.17., guix-commits, 2024/08/24
- 02/20: gnu: pango: Update to 1.54.0.,
guix-commits <=
- 03/20: gnu: librsvg: Disable rtl_tspan_svg test., guix-commits, 2024/08/24
- 10/20: gnu: gtk: Update to 4.14.5., guix-commits, 2024/08/24
- 08/20: gnu: pangomm: Update to 2.54.0., guix-commits, 2024/08/24
- 15/20: gnu: gst-plugins-good: Update to 1.24.6., guix-commits, 2024/08/24
- 11/20: gnu: gtk-doc: Update to 1.34.0., guix-commits, 2024/08/24
- 19/20: gnu: gst-editing-services: Update to 1.24.6., guix-commits, 2024/08/24
- 09/20: gnu: gtk+: Update to 3.24.41., guix-commits, 2024/08/24
- 06/20: gnu: atkmm: Update to 2.36.3., guix-commits, 2024/08/24
- 20/20: gnu: python-gst: Update to 1.24.6., guix-commits, 2024/08/24
- 18/20: gnu: gst-libav: Update to 1.24.6., guix-commits, 2024/08/24