diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-04-15 15:14:00 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-04-30 20:48:55 +0200 |
commit | d12dff4526def2bc8c3681c2e6af6641647734a8 (patch) | |
tree | d09a14f0a0367e598c15f50ded5fef591ebad2ac /gnu | |
parent | 41db0517cea14688306593ff5f50a1f60dc00e89 (diff) | |
download | guix-d12dff4526def2bc8c3681c2e6af6641647734a8.tar.gz guix-d12dff4526def2bc8c3681c2e6af6641647734a8.zip |
gnu: cairo: Update to 1.14.12.
* gnu/packages/gtk.scm (cairo): Update to 1.14.12.
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 dda1a50c0c..79d0646b7e 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 |