Revert "gnu: pixman: Update to 0.40.0."

This reverts commit f6a00057f5.
This commit is contained in:
Marius Bakke 2020-12-01 23:05:15 +01:00
parent 12c3ff4a02
commit 3187b153a5
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -507,7 +507,7 @@ (define-public xeyes
(define-public pixman (define-public pixman
(package (package
(name "pixman") (name "pixman")
(version "0.40.0") (version "0.38.4")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -516,7 +516,7 @@ (define-public pixman
"https://www.cairographics.org/releases/pixman-" "https://www.cairographics.org/releases/pixman-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 "1z13n96m7x91j25qq9wlkxsbq04wfwjhw66ir17frna06zn0s83d")) (base32 "1ryxzdf048x7wsx4dlvrr1p00gzwfs7lybnhgc7ygbj0dvyxcrns"))
(patches (patches
(search-patches (search-patches
"pixman-CVE-2016-5296.patch")))) "pixman-CVE-2016-5296.patch"))))
@ -533,7 +533,7 @@ (define-public pixman
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:expat))) (license license:x11)))
(define-public libdrm (define-public libdrm
(package (package