guix-commits
[Top][All Lists]
Advanced

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

14/27: gnu: pango: Update to 1.50.8.


From: guix-commits
Subject: 14/27: gnu: pango: Update to 1.50.8.
Date: Thu, 11 Aug 2022 18:45:10 -0400 (EDT)

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

commit fcd7519d7964d80a8dbb7808d3a50779292fb84a
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Jul 28 14:23:01 2022 +0200

    gnu: pango: Update to 1.50.8.
    
    * gnu/packages/gtk.scm (pango): Update to 1.50.8.
---
 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 01d31d059d..6b5e71979a 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.7")
+    (version "1.50.8")
     (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
-                "0cxdwfvr0rsw82nfqzp29mznlx84q2fri9lrfbgrbinlldlz6xq4"))))
+                "1yjm28qnq4v3dm8nj59cmhjiszv6x4h4j0y4fhqh4v0lvmcnyqng"))))
     (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]