guix-commits
[Top][All Lists]
Advanced

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

23/48: gnu: pangomm: Update to 2.42.0.


From: guix-commits
Subject: 23/48: gnu: pangomm: Update to 2.42.0.
Date: Sat, 4 May 2019 04:13:24 -0400 (EDT)

rekado pushed a commit to branch wip-gnome3.30
in repository guix.

commit 9f5583b6d0e813e9e740cabfd6380d842101f077
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Dec 5 17:15:11 2018 +0100

    gnu: pangomm: Update to 2.42.0.
    
    * gnu/packages/gtk.scm (pangomm): Update to 2.42.0.
---
 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 a0dcf22..a7c369b 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1051,7 +1051,7 @@ library.")
 (define-public pangomm
   (package
     (name "pangomm")
-    (version "2.40.1")
+    (version "2.42.0")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnome/sources/" name "/"
@@ -1059,7 +1059,7 @@ library.")
                                  name "-" version ".tar.xz"))
              (sha256
               (base32
-               "1bz3gciff23bpw9bqc4v2l3lkq9w7394v3a4jxkvx0ap5lmfwqlp"))))
+               "0mmzxp3wniaafkxr30sb22mq9x44xckb5d60h1bl99lkzxks0vfa"))))
     (build-system gnu-build-system)
     (native-inputs `(("pkg-config" ,pkg-config)))
     (propagated-inputs



reply via email to

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