guix-commits
[Top][All Lists]
Advanced

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

11/12: gnu: pango: Update to 1.42.3.


From: Marius Bakke
Subject: 11/12: gnu: pango: Update to 1.42.3.
Date: Wed, 1 Aug 2018 09:12:21 -0400 (EDT)

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

commit e076d9392df69f6730318d337b0e96f99b5cff12
Author: Marius Bakke <address@hidden>
Date:   Wed Aug 1 13:06:14 2018 +0200

    gnu: pango: Update to 1.42.3.
    
    * gnu/packages/gtk.scm (pango): Update to 1.42.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 e351c6e..c4e00bc 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -217,7 +217,7 @@ affine transformation (scale, rotation, shear, etc.).")
 (define-public pango
   (package
    (name "pango")
-   (version "1.42.2")
+   (version "1.42.3")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnome/sources/pango/"
@@ -225,7 +225,7 @@ affine transformation (scale, rotation, shear, etc.).")
                                 name "-" version ".tar.xz"))
             (sha256
              (base32
-              "1qm17k7r4299jbvqifk469q4hs5qj9j19kr4h9nfy5h4sjs1dr5i"))))
+              "0fnybmdrbx1d9g0rsxa4b31hvrh377n2ziz5rl13y56m0m9qfggv"))))
    (build-system gnu-build-system)
    (propagated-inputs
     ;; These are all in Requires or Requires.private of the '.pc' files.



reply via email to

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