guix-commits
[Top][All Lists]
Advanced

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

10/13: gnu: cairo: Update to 1.14.6.


From: ???
Subject: 10/13: gnu: cairo: Update to 1.14.6.
Date: Wed, 16 Mar 2016 03:57:51 +0000

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

commit 510ac458df6ce2967407102a42eff1069b61ea01
Author: 宋文武 <address@hidden>
Date:   Sun Feb 21 09:54:49 2016 +0800

    gnu: cairo: Update to 1.14.6.
    
    * gnu/packages/gtk.scm (cairo): Update to 1.14.6.
---
 gnu/packages/gtk.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 17f3424..1a9b73b 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -95,14 +95,14 @@ tools have full access to view and control running 
applications.")
 (define-public cairo
   (package
    (name "cairo")
-   (version "1.14.2")
+   (version "1.14.6")
    (source (origin
             (method url-fetch)
             (uri (string-append "http://cairographics.org/releases/cairo-";
                                 version ".tar.xz"))
             (sha256
              (base32
-              "1sycbq0agbwmg1bj9lhkgsf0glmblaf2jrdy9g6vxfxivncxj6f9"))))
+              "0lmjlzmghmr27y615px9hkm552x7ap6pmq9mfbzr6smp8y2b6g31"))))
    (build-system gnu-build-system)
    (propagated-inputs
     `(("fontconfig" ,fontconfig)



reply via email to

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