guix-commits
[Top][All Lists]
Advanced

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

04/97: gnu: cairo: Update to 1.14.6.


From: ???
Subject: 04/97: gnu: cairo: Update to 1.14.6.
Date: Thu, 07 Apr 2016 03:13:02 +0000

iyzsong pushed a commit to branch gnome-updates
in repository guix.

commit 9a8bd0011e1680bfc799bec6020b42c89d478755
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 8cd4509..928858f 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]