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>
This commit is contained in:
parent
711316946f
commit
6a4b336c42
@ -508,7 +508,7 @@ following the mouse.")
|
|||||||
(define-public pixman
|
(define-public pixman
|
||||||
(package
|
(package
|
||||||
(name "pixman")
|
(name "pixman")
|
||||||
(version "0.38.4")
|
(version "0.40.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
@ -517,7 +517,7 @@ following the mouse.")
|
|||||||
"https://www.cairographics.org/releases/pixman-"
|
"https://www.cairographics.org/releases/pixman-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1ryxzdf048x7wsx4dlvrr1p00gzwfs7lybnhgc7ygbj0dvyxcrns"))
|
(base32 "1z13n96m7x91j25qq9wlkxsbq04wfwjhw66ir17frna06zn0s83d"))
|
||||||
(patches
|
(patches
|
||||||
(search-patches
|
(search-patches
|
||||||
"pixman-CVE-2016-5296.patch"))))
|
"pixman-CVE-2016-5296.patch"))))
|
||||||
@ -538,7 +538,7 @@ following the mouse.")
|
|||||||
manipulation, providing features such as image compositing and trapezoid
|
manipulation, providing features such as image compositing and trapezoid
|
||||||
rasterisation.")
|
rasterisation.")
|
||||||
(home-page "http://www.pixman.org/")
|
(home-page "http://www.pixman.org/")
|
||||||
(license license:x11)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public libdrm
|
(define-public libdrm
|
||||||
(package
|
(package
|
||||||
|
Loading…
Reference in New Issue
Block a user