guix-commits
[Top][All Lists]
Advanced

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

01/11: gnu: pango: Update to 1.50.10 and remove input labels.


From: guix-commits
Subject: 01/11: gnu: pango: Update to 1.50.10 and remove input labels.
Date: Sun, 20 Nov 2022 14:10:13 -0500 (EST)

apteryx pushed a commit to branch core-updates
in repository guix.

commit 805f92c39221c6c1ec6253956449521afa9bccfd
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Nov 18 16:17:09 2022 -0500

    gnu: pango: Update to 1.50.10 and remove input labels.
    
    * gnu/packages/gtk.scm (pango): Update to 1.50.10 and remove input labels.
---
 gnu/packages/gtk.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 590b56ea6a..22a8eb8dc1 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -345,7 +345,7 @@ applications.")
 (define-public pango
   (package
     (name "pango")
-    (version "1.50.8")
+    (version "1.50.10")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/pango/"
@@ -354,7 +354,7 @@ applications.")
               (patches (search-patches "pango-skip-libthai-test.patch"))
               (sha256
                (base32
-                "1yjm28qnq4v3dm8nj59cmhjiszv6x4h4j0y4fhqh4v0lvmcnyqng"))))
+                "0rj9sszflckk8gj47ppirpndpp3mzsx97l64lalj8kc580g2ypby"))))
     (build-system meson-build-system)
     (arguments
      '(#:glib-or-gtk? #t             ; To wrap binaries and/or compile schemas
@@ -382,7 +382,8 @@ applications.")
            libxft
            libxrender))
     (inputs
-     (list bash-minimal zlib))
+     (list bash-minimal
+           zlib))
     (native-inputs
      (list `(,glib "bin")               ;glib-mkenums, etc.
            gobject-introspection        ;g-ir-compiler, etc.



reply via email to

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