guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/11: gnu: pixman: Update to 0.38.0.


From: guix-commits
Subject: 04/11: gnu: pixman: Update to 0.38.0.
Date: Mon, 11 Feb 2019 13:52:16 -0500 (EST)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 35b259eed055e288eadb2365b5ab4e8b15f363a7
Author: Marius Bakke <address@hidden>
Date:   Mon Feb 11 16:42:15 2019 +0100

    gnu: pixman: Update to 0.38.0.
    
    * gnu/packages/xdisorg.scm (pixman): Update to 0.38.0.
---
 gnu/packages/xdisorg.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 5359c4c..c43f834 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -298,7 +298,7 @@ following the mouse.")
 (define-public pixman
   (package
     (name "pixman")
-    (version "0.36.0")
+    (version "0.38.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -306,7 +306,7 @@ following the mouse.")
                     version ".tar.gz"))
               (sha256
                (base32
-                "1blzrx50ssdv0pn56hcv2v0zw0vrjwj1sx22pkgjls1p9n6rr88w"))
+                "1a0ci5ni7wngh59m0m00wzvhrc39aqj54yj88msw5msn07pjnnd7"))
               (patches (search-patches "pixman-CVE-2016-5296.patch"))))
     (build-system gnu-build-system)
     (inputs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]