guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: pangomm: Update to 2.36.0.


From: ???
Subject: 02/04: gnu: pangomm: Update to 2.36.0.
Date: Wed, 22 Apr 2015 07:01:40 +0000

iyzsong pushed a commit to branch wip-glib
in repository guix.

commit a8054b4e5d5664b233ef9e15a799b77758be2f98
Author: 宋文武 <address@hidden>
Date:   Wed Apr 22 14:53:05 2015 +0800

    gnu: pangomm: Update to 2.36.0.
    
    * gnu/packages/gtk.scm (pangomm): Update to 2.36.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 5c56dc4..8dfc597 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -624,7 +624,7 @@ library.")
 (define-public pangomm
   (package
     (name "pangomm")
-    (version "2.34.0")
+    (version "2.36.0")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnome/sources/" name "/"
@@ -632,7 +632,7 @@ library.")
                                  name "-" version ".tar.xz"))
              (sha256
               (base32
-               "0hcyvv7c5zmivprdam6cp111i6hn2y5jsxzk00m6j9pncbzvp0hf"))))
+               "1w11d05nkxglzg67rfa81vqghm75xhy6j396xmmp5mq8qx96knd8"))))
     (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]