gnu: pango: Update to 1.40.5.

* gnu/packages/gtk.scm (pango): Update to 1.40.5.
master
Leo Famulari 2017-04-11 00:33:04 -04:00
parent 1cbd63f205
commit 56fb1421be
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -206,7 +206,7 @@ affine transformation (scale, rotation, shear, etc.).")
(define-public pango
(package
(name "pango")
(version "1.40.3")
(version "1.40.5")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/pango/"
@ -214,7 +214,7 @@ affine transformation (scale, rotation, shear, etc.).")
name "-" version ".tar.xz"))
(sha256
(base32
"1lqi4yncw5q0v7g5makzxyp18g5cksqyld8m1wx0qli8wxf8pfmb"))))
"1j81kmdq2kndayahfck60myd05hj5qd7mixj0w5kchkc8m082x14"))))
(build-system gnu-build-system)
(propagated-inputs
`(("cairo" ,cairo)