guix-commits
[Top][All Lists]
Advanced

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

branch core-updates-frozen updated: gnu: pango: Update to 1.48.9.


From: guix-commits
Subject: branch core-updates-frozen updated: gnu: pango: Update to 1.48.9.
Date: Mon, 23 Aug 2021 05:57:36 -0400

This is an automated email from the git hooks/post-receive script.

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

The following commit(s) were added to refs/heads/core-updates-frozen by this 
push:
     new 210949f  gnu: pango: Update to 1.48.9.
210949f is described below

commit 210949fdc200e6d9082e74922921b1eed0bb714a
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Aug 23 12:32:53 2021 +0300

    gnu: pango: Update to 1.48.9.
    
    * gnu/packages/gtk.scm (pango): Update to 1.48.9.
---
 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 bd689e4..24c24d5 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.7")
+    (version "1.48.9")
     (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
-                "1p06sn0jfvk6z3ypp2zym0gk2bddgqch83x9flxslq5bdim2za18"))))
+                "1akj11n0ycqrm1rvi0fdfldqk7l5zk9vb8sq77009ap57xyna4x9"))))
     (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]