summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2018-12-09 00:53:44 +0100
committerMarius Bakke <mbakke@fastmail.com>2018-12-12 20:49:12 +0100
commitef2a540ac4233f77bf9127395187c0b6e3199810 (patch)
tree90fb261005f6cbd6038a3cda3ab764115a0be5d3 /gnu
parent51c40a06a3705a6e73974bf809c0b5232b7bb7b6 (diff)
downloadguix-patches-ef2a540ac4233f77bf9127395187c0b6e3199810.tar
guix-patches-ef2a540ac4233f77bf9127395187c0b6e3199810.tar.gz
gnu: pixman: Update to 0.36.0.
* gnu/packages/xdisorg.scm (pixman): Update to 0.36.0.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/xdisorg.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index fdbe19c059..de4cac9e94 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -292,7 +292,7 @@ following the mouse.")
(define-public pixman
(package
(name "pixman")
- (version "0.34.0")
+ (version "0.36.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -300,7 +300,7 @@ following the mouse.")
version ".tar.gz"))
(sha256
(base32
- "13m842m9ffac3m9r0b4lvwjhwzg3w4353djkjpf00s0wnm4v5di1"))
+ "1blzrx50ssdv0pn56hcv2v0zw0vrjwj1sx22pkgjls1p9n6rr88w"))
(patches (search-patches "pixman-CVE-2016-5296.patch"))))
(build-system gnu-build-system)
(inputs