guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: cairo: Update to 1.14.8.


From: Efraim Flashner
Subject: 04/05: gnu: cairo: Update to 1.14.8.
Date: Sun, 25 Dec 2016 06:08:09 +0000 (UTC)

efraim pushed a commit to branch staging
in repository guix.

commit 0dd4ed2ff4e06d2d4aa14b0e70ca302180feb3ad
Author: Efraim Flashner <address@hidden>
Date:   Sun Dec 25 07:44:12 2016 +0200

    gnu: cairo: Update to 1.14.8.
    
    * gnu/packages/gtk.scm (cairo): Update to 1.14.8.
    [source]: Use https.
    [home-page]: Use https.
---
 gnu/packages/gtk.scm |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 0ef3adf..77b1f2a 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -102,14 +102,14 @@ tools have full access to view and control running 
applications.")
 (define-public cairo
   (package
    (name "cairo")
-   (version "1.14.6")
+   (version "1.14.8")
    (source (origin
             (method url-fetch)
-            (uri (string-append "http://cairographics.org/releases/cairo-";
+            (uri (string-append "https://cairographics.org/releases/cairo-";
                                 version ".tar.xz"))
             (sha256
              (base32
-              "0lmjlzmghmr27y615px9hkm552x7ap6pmq9mfbzr6smp8y2b6g31"))
+              "082ypjlh03ss5616amgjp9ap3xwwccyh2knyyrj1a4d4x65dkwni"))
             (patches (search-patches "cairo-CVE-2016-9082.patch"))))
    (build-system gnu-build-system)
    (propagated-inputs
@@ -150,7 +150,7 @@ Bézier splines, transforming and compositing translucent 
images, and
 antialiased text rendering.  All drawing operations can be transformed by any
 affine transformation (scale, rotation, shear, etc.).")
    (license license:lgpl2.1) ; or Mozilla Public License 1.1
-   (home-page "http://cairographics.org/";)))
+   (home-page "https://cairographics.org/";)))
 
 (define-public cairo-xcb
   (package



reply via email to

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