gnu: pixman: Update to 0.38.4.
* gnu/packages/xdisorg.scm (pixman): Update to 0.38.4.
This commit is contained in:
parent
f6e25b3358
commit
46d258cbe2
|
@ -353,7 +353,7 @@ following the mouse.")
|
||||||
(define-public pixman
|
(define-public pixman
|
||||||
(package
|
(package
|
||||||
(name "pixman")
|
(name "pixman")
|
||||||
(version "0.38.0")
|
(version "0.38.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -361,7 +361,7 @@ following the mouse.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1a0ci5ni7wngh59m0m00wzvhrc39aqj54yj88msw5msn07pjnnd7"))
|
"1ryxzdf048x7wsx4dlvrr1p00gzwfs7lybnhgc7ygbj0dvyxcrns"))
|
||||||
(patches (search-patches "pixman-CVE-2016-5296.patch"))))
|
(patches (search-patches "pixman-CVE-2016-5296.patch"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Loading…
Reference in New Issue