gnu: cairo: Update to 1.14.12.

* gnu/packages/gtk.scm (cairo): Update to 1.14.12.
This commit is contained in:
Marius Bakke 2018-04-15 15:14:00 +02:00
parent 41db0517ce
commit d12dff4526
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -111,14 +111,14 @@ (define-public atk
(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