diff options
author | Raghav Gururajan <raghavgururajan@disroot.org> | 2020-09-24 10:26:59 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2021-01-31 17:22:20 -0500 |
commit | 6a4b336c4268e1f03517f4122d36640fa962db0d (patch) | |
tree | f844385919469088ddb00cdf733a5b7f9560af94 | |
parent | 711316946fa84b55480681588f2cc23811c69784 (diff) |
gnu: pixman: Update to 0.40.0.
* gnu/packages/xdisorg.scm (pixman) [version]: Update to 0.40.0.
[license]: Change from X11 to expat.
Signed-off-by: Leo Famulari <leo@famulari.name>
-rw-r--r-- | gnu/packages/xdisorg.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm index 4a1ebfe738..70c1c0989d 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -508,7 +508,7 @@ following the mouse.") (define-public pixman (package (name "pixman") - (version "0.38.4") + (version "0.40.0") (source (origin (method url-fetch) @@ -517,7 +517,7 @@ following the mouse.") "https://www.cairographics.org/releases/pixman-" version ".tar.gz")) (sha256 - (base32 "1ryxzdf048x7wsx4dlvrr1p00gzwfs7lybnhgc7ygbj0dvyxcrns")) + (base32 "1z13n96m7x91j25qq9wlkxsbq04wfwjhw66ir17frna06zn0s83d")) (patches (search-patches "pixman-CVE-2016-5296.patch")))) @@ -538,7 +538,7 @@ following the mouse.") manipulation, providing features such as image compositing and trapezoid rasterisation.") (home-page "http://www.pixman.org/") - (license license:x11))) + (license license:expat))) (define-public libdrm (package |