gnu: libxrender: Update to 0.9.9.

* gnu/packages/xorg.scm (libxrender): Update to 0.9.9.
This commit is contained in:
Andy Wingo 2016-02-18 21:31:46 +01:00 committed by Mark H Weaver
parent 42ca6c8528
commit 6fad350498
1 changed files with 2 additions and 2 deletions

View File

@ -4433,7 +4433,7 @@ cannot be adequately worked around on the client side of the wire.")
(define-public libxrender (define-public libxrender
(package (package
(name "libxrender") (name "libxrender")
(version "0.9.8") (version "0.9.9")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -4443,7 +4443,7 @@ cannot be adequately worked around on the client side of the wire.")
".tar.bz2")) ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"0qpwyjhbpp734vnhca992pjh4w7ijslidkzx1pcwbbk000pv050x")))) "06myx7044qqdswxndsmd82fpp670klnizkgzdm194h51h1wyabzw"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(propagated-inputs (propagated-inputs
`(("renderproto" ,renderproto))) `(("renderproto" ,renderproto)))