guix-commits
[Top][All Lists]
Advanced

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

04/07: gnu: cairo: Update to 1.14.12.


From: Marius Bakke
Subject: 04/07: gnu: cairo: Update to 1.14.12.
Date: Mon, 30 Apr 2018 15:11:22 -0400 (EDT)

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

commit d12dff4526def2bc8c3681c2e6af6641647734a8
Author: Marius Bakke <address@hidden>
Date:   Sun Apr 15 15:14:00 2018 +0200

    gnu: cairo: Update to 1.14.12.
    
    * gnu/packages/gtk.scm (cairo): Update to 1.14.12.
---
 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 dda1a50..79d0646 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -111,14 +111,14 @@ tools have full access to view and control running 
applications.")
 (define-public cairo
   (package
    (name "cairo")
-   (version "1.14.10")
+   (version "1.14.12")
    (source (origin
             (method url-fetch)
             (uri (string-append "https://cairographics.org/releases/cairo-";
                                 version ".tar.xz"))
             (sha256
              (base32
-              "02banr0wxckq62nbhc3mqidfdh2q956i2r7w2hd9bjgjb238g1vy"))
+              "05mzyxkvsfc1annjw2dja8vka01ampp9pp93lg09j8hba06g144c"))
             (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]