guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: cairo: Update to 1.14.10.


From: Marius Bakke
Subject: 03/05: gnu: cairo: Update to 1.14.10.
Date: Sat, 2 Sep 2017 10:56:03 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit de02edbf11ffab652cc9def611358eefbc860147
Author: Marius Bakke <address@hidden>
Date:   Sat Sep 2 16:45:13 2017 +0200

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

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index af27ae3..4d3ecde 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -105,14 +105,14 @@ tools have full access to view and control running 
applications.")
 (define-public cairo
   (package
    (name "cairo")
-   (version "1.14.8")
+   (version "1.14.10")
    (source (origin
             (method url-fetch)
             (uri (string-append "https://cairographics.org/releases/cairo-";
                                 version ".tar.xz"))
             (sha256
              (base32
-              "082ypjlh03ss5616amgjp9ap3xwwccyh2knyyrj1a4d4x65dkwni"))
+              "02banr0wxckq62nbhc3mqidfdh2q956i2r7w2hd9bjgjb238g1vy"))
             (patches (search-patches "cairo-CVE-2016-9082.patch"))))
    (build-system gnu-build-system)
    (propagated-inputs



reply via email to

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