gnu: pangomm: Update to 2.38.1.

* gnu/packages/gtk.scm (pangomm): Update to 2.38.1.
master
宋文武 2015-10-15 23:39:08 +08:00
parent 2079087ccc
commit 256da71fb1
1 changed files with 2 additions and 2 deletions

View File

@ -760,7 +760,7 @@ library.")
(define-public pangomm
(package
(name "pangomm")
(version "2.36.0")
(version "2.38.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@ -768,7 +768,7 @@ library.")
name "-" version ".tar.xz"))
(sha256
(base32
"1w11d05nkxglzg67rfa81vqghm75xhy6j396xmmp5mq8qx96knd8"))))
"12xwjvqfxhqblcv7641k0l6r8n3qifnrx8w9571izn1nbd81iyzg"))))
(build-system gnu-build-system)
(native-inputs `(("pkg-config" ,pkg-config)))
(propagated-inputs