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
(package
(name "pixman")
(version "0.40.0")
(version "0.38.4")
(source
(origin
(method url-fetch)
@ -516,7 +516,7 @@ (define-public pixman
"https://www.cairographics.org/releases/pixman-"
version ".tar.gz"))
(sha256
(base32 "1z13n96m7x91j25qq9wlkxsbq04wfwjhw66ir17frna06zn0s83d"))
(base32 "1ryxzdf048x7wsx4dlvrr1p00gzwfs7lybnhgc7ygbj0dvyxcrns"))
(patches
(search-patches
"pixman-CVE-2016-5296.patch"))))
@ -533,7 +533,7 @@ (define-public pixman
manipulation, providing features such as image compositing and trapezoid
rasterisation.")
(home-page "http://www.pixman.org/")
(license license:expat)))
(license license:x11)))
(define-public libdrm
(package