guix-commits
[Top][All Lists]
Advanced

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

03/12: gnu: pixman: Update to 0.42.2.


From: guix-commits
Subject: 03/12: gnu: pixman: Update to 0.42.2.
Date: Sun, 5 Nov 2023 23:11:30 -0500 (EST)

podiki pushed a commit to branch mesa-updates
in repository guix.

commit 57375d8db73f13913dfc5a84d36a45dcd802d5be
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Sat Jul 15 14:24:09 2023 +0800

    gnu: pixman: Update to 0.42.2.
    
    * gnu/packages/xdisorg.scm (pixman): Update to 0.42.2.
    
    Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
    Change-Id: Ibfe2d23a115d19ad32ca8e39de69aae108ec66d4
---
 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 553b733a6b..97f59747fb 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -688,7 +688,7 @@ following the mouse.")
 (define-public pixman
   (package
     (name "pixman")
-    (version "0.40.0")
+    (version "0.42.2")
     (source
      (origin
        (method url-fetch)
@@ -697,7 +697,7 @@ following the mouse.")
          "https://www.cairographics.org/releases/pixman-";
          version ".tar.gz"))
        (sha256
-        (base32 "1z13n96m7x91j25qq9wlkxsbq04wfwjhw66ir17frna06zn0s83d"))
+        (base32 "0pk298iqxqr64vk3z6nhjwr6vjg1971zfrjkqy5r9zd2mppq057a"))
        (patches
         (search-patches
          "pixman-CVE-2016-5296.patch"))))



reply via email to

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