guix-commits
[Top][All Lists]
Advanced

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

30/97: gnu: pangomm: Update to 2.40.0.


From: Ludovic Courtès
Subject: 30/97: gnu: pangomm: Update to 2.40.0.
Date: Wed, 13 Apr 2016 17:31:46 +0000

civodul pushed a commit to branch gnome-updates
in repository guix.

commit 16c1e91729c36b328ce11bf1729783311e057f76
Author: 宋文武 <address@hidden>
Date:   Wed Apr 6 10:20:06 2016 +0800

    gnu: pangomm: Update to 2.40.0.
    
    * gnu/packages/gtk.scm (pangomm): Update to 2.40.0.
---
 gnu/packages/gtk.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 8a87ef6..c9f4cec 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -853,7 +853,7 @@ library.")
 (define-public pangomm
   (package
     (name "pangomm")
-    (version "2.38.1")
+    (version "2.40.0")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnome/sources/" name "/"
@@ -861,7 +861,7 @@ library.")
                                  name "-" version ".tar.xz"))
              (sha256
               (base32
-               "12xwjvqfxhqblcv7641k0l6r8n3qifnrx8w9571izn1nbd81iyzg"))))
+               "03fpqdjp7plybf4zsgszbm8yhgl28vmajzfpmaqcsmyfvjlszl3x"))))
     (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]