guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: cairo: Update to 1.14.2.


From: Mark H. Weaver
Subject: 02/02: gnu: cairo: Update to 1.14.2.
Date: Sun, 05 Apr 2015 22:22:06 +0000

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

commit d8720c5045e2c205766a848e5b4e96caa0836673
Author: Andy Wingo <address@hidden>
Date:   Sat Apr 4 22:44:02 2015 +0200

    gnu: cairo: Update to 1.14.2.
    
    * gnu/packages/gtk.scm (cairo): Update to 1.14.2.
---
 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 b3688d5..de728fb 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -77,14 +77,14 @@ tools have full access to view and control running 
applications.")
 (define-public cairo
   (package
    (name "cairo")
-   (version "1.12.18")
+   (version "1.14.2")
    (source (origin
             (method url-fetch)
             (uri (string-append "http://cairographics.org/releases/cairo-";
                                 version ".tar.xz"))
             (sha256
              (base32
-              "1dpmlxmmigpiyv0jchjsn2l1a29655x24g5073hy8p4lmjvz0nfw"))))
+              "1sycbq0agbwmg1bj9lhkgsf0glmblaf2jrdy9g6vxfxivncxj6f9"))))
    (build-system gnu-build-system)
    (propagated-inputs
     `(("fontconfig" ,fontconfig)



reply via email to

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