guix-commits
[Top][All Lists]
Advanced

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

107/117: gnu: pango: Update to 1.48.3.


From: guix-commits
Subject: 107/117: gnu: pango: Update to 1.48.3.
Date: Tue, 23 Mar 2021 19:26:07 -0400 (EDT)

lle_bout pushed a commit to branch wip-gnome-40
in repository guix.

commit c9afec1c2eee0a067f50fd91821b388637d7e79a
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Tue Mar 23 20:56:16 2021 +0100

    gnu: pango: Update to 1.48.3.
    
    * gnu/packages/gtk.scm (pango): Update to 1.48.3.
---
 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 e065eab..6237009 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -298,7 +298,7 @@ applications.")
 (define-public pango
   (package
    (name "pango")
-   (version "1.44.7")
+   (version "1.48.3")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnome/sources/pango/"
@@ -307,7 +307,7 @@ applications.")
             (patches (search-patches "pango-skip-libthai-test.patch"))
             (sha256
              (base32
-              "07qvxa2sk90chp1l12han6vxvy098mc37sdqcznyywyv2g6bd9b6"))))
+              "0ijbkcs6217ygzphlpi0vajxkccifdbsl0jdjpy8wz11h9f19sin"))))
    (build-system meson-build-system)
    (arguments
     '(#:phases (modify-phases %standard-phases



reply via email to

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