gnu: pixman: Update to 0.34.0.

* gnu/packages/xdisorg.scm (pixman): Update to 0.34.0.
This commit is contained in:
宋文武 2016-02-20 19:23:14 +08:00 committed by Ludovic Courtès
parent c9171a3faa
commit 83d6c2770e
1 changed files with 2 additions and 2 deletions

View File

@ -196,7 +196,7 @@ following the mouse.")
(define-public pixman (define-public pixman
(package (package
(name "pixman") (name "pixman")
(version "0.32.8") (version "0.34.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -204,7 +204,7 @@ following the mouse.")
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0pfn0247sjsi95kwjih0wwqpp28wadihqk1bn28x6iqbqhbxwnjp")))) "13m842m9ffac3m9r0b4lvwjhwzg3w4353djkjpf00s0wnm4v5di1"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("libpng" ,libpng) `(("libpng" ,libpng)