guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]