iyzsong pushed a commit to branch gnome-updates
in repository guix.
commit dc954f8ef8fa469034a0557436c18ddb5c943c01
Author: 宋文武 <[email protected]>
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