guix-commits
[Top][All Lists]
Advanced

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

09/13: gnu: pixman: Update to 0.34.0.


From: ???
Subject: 09/13: gnu: pixman: Update to 0.34.0.
Date: Wed, 16 Mar 2016 03:57:51 +0000

iyzsong pushed a commit to branch gtk-update
in repository guix.

commit c4ce8940ab8e4b68275147ef84bfe992855cca66
Author: 宋文武 <address@hidden>
Date:   Sat Feb 20 19:23:14 2016 +0800

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

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 5a77a6c..72163b1 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -192,7 +192,7 @@ following the mouse.")
 (define-public pixman
   (package
     (name "pixman")
-    (version "0.32.8")
+    (version "0.34.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -200,7 +200,7 @@ following the mouse.")
                     version ".tar.gz"))
               (sha256
                (base32
-                "0pfn0247sjsi95kwjih0wwqpp28wadihqk1bn28x6iqbqhbxwnjp"))))
+                "13m842m9ffac3m9r0b4lvwjhwzg3w4353djkjpf00s0wnm4v5di1"))))
     (build-system gnu-build-system)
     (inputs
      `(("libpng" ,libpng)



reply via email to

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