guix-commits
[Top][All Lists]
Advanced

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

03/07: gnu: pango: Update to 1.42.1.


From: Marius Bakke
Subject: 03/07: gnu: pango: Update to 1.42.1.
Date: Mon, 30 Apr 2018 15:11:22 -0400 (EDT)

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

commit 41db0517cea14688306593ff5f50a1f60dc00e89
Author: Marius Bakke <address@hidden>
Date:   Sun Apr 15 15:02:46 2018 +0200

    gnu: pango: Update to 1.42.1.
    
    * gnu/packages/gtk.scm (pango): Update to 1.42.1.
---
 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 b55af15..dda1a50 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -216,7 +216,7 @@ affine transformation (scale, rotation, shear, etc.).")
 (define-public pango
   (package
    (name "pango")
-   (version "1.42.0")
+   (version "1.42.1")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnome/sources/pango/"
@@ -224,7 +224,7 @@ affine transformation (scale, rotation, shear, etc.).")
                                 name "-" version ".tar.xz"))
             (sha256
              (base32
-              "0illn78nfwpa8y5knh9ir74wa1skc2hi8f3ny19zgpyf7n5dh94r"))))
+              "0cnfgcya3wbs9m8g44cl5ww6wbp6qbw96qvsgkr8ymwqn9b6fnli"))))
    (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]