diff options
author | 宋文武 <iyzsong@gmail.com> | 2015-04-22 14:53:05 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2015-04-22 14:53:05 +0800 |
commit | a8054b4e5d5664b233ef9e15a799b77758be2f98 (patch) | |
tree | 0085ab2e0f2f7b6bfc9b863d159c7ed9a6787e60 /gnu/packages | |
parent | 46b9a4ffab1f70462ee1e00297277cca0e441f8f (diff) | |
download | gnu-guix-a8054b4e5d5664b233ef9e15a799b77758be2f98.tar gnu-guix-a8054b4e5d5664b233ef9e15a799b77758be2f98.tar.gz |
gnu: pangomm: Update to 2.36.0.
* gnu/packages/gtk.scm (pangomm): Update to 2.36.0.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | 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 5c56dc4db3..8dfc597b04 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 |