wingo pushed a commit to branch wip-xorg-server-1.18
in repository guix.
commit 0394c66ab78bf1032d4b8767e53bac9fd4a5d17d
Author: Andy Wingo <[email protected]>
Date: Thu Feb 18 21:31:46 2016 +0100
gnu: libxrender: Update to 0.9.9.
* gnu/packages/xorg.scm (libxrender): Update to 0.9.9.
---
gnu/packages/xorg.scm | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index e6e5c05..cdf0f56 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -4434,7 +4434,7 @@ cannot be adequately worked around on the client side of
the wire.")
(define-public libxrender
(package
(name "libxrender")
- (version "0.9.8")
+ (version "0.9.9")
(source
(origin
(method url-fetch)
@@ -4444,7 +4444,7 @@ cannot be adequately worked around on the client side of
the wire.")
".tar.bz2"))
(sha256
(base32
- "0qpwyjhbpp734vnhca992pjh4w7ijslidkzx1pcwbbk000pv050x"))))
+ "06myx7044qqdswxndsmd82fpp670klnizkgzdm194h51h1wyabzw"))))
(build-system gnu-build-system)
(propagated-inputs
`(("renderproto" ,renderproto)))