diff options
author | Andy Wingo <wingo@igalia.com> | 2016-02-18 21:31:46 +0100 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2016-02-24 11:49:57 -0500 |
commit | 6fad350498c35a25106bf41f333cfca10a18a9e2 (patch) | |
tree | 8ba0a72dce286c9fc775aebf167cf8be374f13a4 | |
parent | 42ca6c85283acfe766f5aa81df44f2815f8b5e76 (diff) | |
download | guix-6fad350498c35a25106bf41f333cfca10a18a9e2.tar guix-6fad350498c35a25106bf41f333cfca10a18a9e2.tar.gz |
gnu: libxrender: Update to 0.9.9.
* gnu/packages/xorg.scm (libxrender): Update to 0.9.9.
-rw-r--r-- | 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 6942cda6ab..f859d1e10d 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -4433,7 +4433,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) @@ -4443,7 +4443,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))) |