diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-09-02 16:45:13 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-09-02 16:45:13 +0200 |
commit | de02edbf11ffab652cc9def611358eefbc860147 (patch) | |
tree | 9d16f7e205a7ed496ebbd4d59bd5b70d4054fab2 /gnu | |
parent | 168c5f076c86889879887908c22608c14045b361 (diff) |
gnu: cairo: Update to 1.14.10.
* gnu/packages/gtk.scm (cairo): Update to 1.14.10.
Diffstat (limited to 'gnu')
-rw-r--r-- | 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 af27ae3253..4d3ecde3d2 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 |