mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: pixman: Update to 0.40.0.
* gnu/packages/xdisorg.scm (pixman) [version]: Update to 0.40.0. [source]<origin>[sha256]: Modify base32. [license]: Change from X11 to expat. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
parent
98f1951bb9
commit
f6a00057f5
1 changed files with 3 additions and 3 deletions
|
@ -507,7 +507,7 @@ (define-public xeyes
|
|||
(define-public pixman
|
||||
(package
|
||||
(name "pixman")
|
||||
(version "0.38.4")
|
||||
(version "0.40.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -516,7 +516,7 @@ (define-public pixman
|
|||
"https://www.cairographics.org/releases/pixman-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1ryxzdf048x7wsx4dlvrr1p00gzwfs7lybnhgc7ygbj0dvyxcrns"))
|
||||
(base32 "1z13n96m7x91j25qq9wlkxsbq04wfwjhw66ir17frna06zn0s83d"))
|
||||
(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:x11)))
|
||||
(license license:expat)))
|
||||
|
||||
(define-public libdrm
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue