guix-commits
[Top][All Lists]
Advanced

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

32/49: gnu: pango: Update to 1.48.7.


From: guix-commits
Subject: 32/49: gnu: pango: Update to 1.48.7.
Date: Fri, 23 Jul 2021 11:33:10 -0400 (EDT)

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

commit 7bb024a645e7672b4301c7bf3ec94950edaa3d03
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon Jul 19 20:50:34 2021 +0200

    gnu: pango: Update to 1.48.7.
    
    * gnu/packages/gtk.scm (pango): Update to 1.48.7.
---
 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 76debd8..21e27d8 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -329,7 +329,7 @@ applications.")
 (define-public pango
   (package
     (name "pango")
-    (version "1.48.4")
+    (version "1.48.7")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/pango/"
@@ -338,7 +338,7 @@ applications.")
               (patches (search-patches "pango-skip-libthai-test.patch"))
               (sha256
                (base32
-                "0ym3cvajy2asapj8xbhfpy05rak79afrhi32hiss0w900vxi72a1"))))
+                "1p06sn0jfvk6z3ypp2zym0gk2bddgqch83x9flxslq5bdim2za18"))))
     (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]