summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiliana Marie Prikler <[email protected]>2024-10-05 09:59:14 +0200
committerLiliana Marie Prikler <[email protected]>2025-03-02 20:31:33 +0100
commite289080871023e953fe2d20350fbde9db556e84b (patch)
tree8262214f576b2b6ac82db119654b962fd90ff22e
parent200cbecb42150a0e90540770e728282ee13fc1b9 (diff)
gnu: cairo: Update to 1.18.2.
* gnu/packages/gtk.scm (cairo): Update to 1.18.2. Reviewed-by: Maxim Cournoyer <[email protected]>
-rw-r--r--gnu/packages/gtk.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 29932703ce..212a6a3915 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -78,6 +78,7 @@
#:use-module (gnu packages base)
#:use-module (gnu packages bash)
#:use-module (gnu packages boost)
+ #:use-module (gnu packages build-tools)
#:use-module (gnu packages texinfo)
#:use-module (gnu packages check)
#:use-module (gnu packages compression)
@@ -170,7 +171,7 @@ such as mate-panel and xfce4-panel.")
(define cairo
(package
(name "cairo")
- (version "1.18.0")
+ (version "1.18.2")
(source
(origin
(method url-fetch)
@@ -178,7 +179,7 @@ such as mate-panel and xfce4-panel.")
(string-append "https://cairographics.org/releases/cairo-"
version ".tar.xz"))
(sha256
- (base32 "0r0by563s75xyzz0d0j1nmjqmdrk2x9agk7r57p3v8vqp4v0ffi4"))))
+ (base32 "0nnli5cghygbl9bvlbjls7nspnrrzx1y1pbd7p649s154js9nax6"))))
(build-system meson-build-system)
(arguments
`(#:tests? #f ; see http://lists.gnu.org/archive/html/bug-guix/2013-06/msg00085.html