mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
Revert "gnu: pixman: Update to 0.40.0."
This reverts commit f6a00057f5
.
This commit is contained in:
parent
12c3ff4a02
commit
3187b153a5
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue