diff options
author | 宋文武 <[email protected]> | 2024-12-28 18:10:04 +0800 |
---|---|---|
committer | 宋文武 <[email protected]> | 2025-01-31 16:39:25 +0800 |
commit | 5a097c1abbf310739952a5f94860be44aa699851 (patch) | |
tree | bbefa1e4ba367f5426183a5e12276c56a3f79974 | |
parent | 314f16ce48e8927ac7da4e3e3d0bbe2faeab8cca (diff) |
gnu: libxrender: Update to 0.9.12.
* gnu/packages/xorg.scm (libxrender): Update to 0.9.12.
Change-Id: I42a55abbd0db9b5edf35d1649288d11862cbd84c
-rw-r--r-- | gnu/packages/xorg.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 1fc397f18a..bf3b6e987a 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -4578,17 +4578,17 @@ cannot be adequately worked around on the client side of the wire.") (define-public libxrender (package (name "libxrender") - (version "0.9.10") + (version "0.9.12") (source (origin (method url-fetch) (uri (string-append "mirror://xorg/individual/lib/libXrender-" version - ".tar.bz2")) + ".tar.xz")) (sha256 (base32 - "0j89cnb06g8x79wmmnwzykgkkfdhin9j7hjpvsxwlr3fz1wmjvf0")))) + "15qv3lbxyx61x55lwmafpy8idb836is82i1213bchfcblj6i4cmq")))) (build-system gnu-build-system) (arguments `(#:configure-flags |