summaryrefslogtreecommitdiff
path: root/gnu/packages/xdisorg.scm
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2020-12-01 23:05:15 +0100
committerMarius Bakke <marius@gnu.org>2020-12-01 23:05:15 +0100
commit3187b153a53f1392ce49a1160456e56f550b1de5 (patch)
tree27851393f9b0171b470f1e6099a61ec6d9539e88 /gnu/packages/xdisorg.scm
parent12c3ff4a02c175aa19b59f83a5eaf95458469063 (diff)
downloadguix-patches-3187b153a53f1392ce49a1160456e56f550b1de5.tar
guix-patches-3187b153a53f1392ce49a1160456e56f550b1de5.tar.gz
Revert "gnu: pixman: Update to 0.40.0."
This reverts commit f6a00057f51e43bb136f326edf670a08d125919d.
Diffstat (limited to 'gnu/packages/xdisorg.scm')
-rw-r--r--gnu/packages/xdisorg.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 344f1a4b86..7c4148c87f 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -507,7 +507,7 @@ following the mouse.")
(define-public pixman
(package
(name "pixman")
- (version "0.40.0")
+ (version "0.38.4")
(source
(origin
(method url-fetch)
@@ -516,7 +516,7 @@ following the mouse.")
"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 @@ following the mouse.")
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