lilyp pushed a commit to branch gnome-team
in repository guix.
commit fc12bef4e38294343e02d3fd5b19c688e4d59adb
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Thu Jan 9 22:38:03 2025 +0100
gnu: cairomm: Update to 1.18.0.
* gnu/packages/gtk.scm (cairomm): Update to 1.18.0.
---
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 c1bfa2d7fe..0efa65d7b8 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1691,14 +1691,14 @@ guile-gnome-platform (GNOME developer libraries), and
guile-gtksourceview.")
(define-public cairomm
(package
(name "cairomm")
- (version "1.16.2")
+ (version "1.18.0")
(source (origin
(method url-fetch)
(uri (string-append "https://www.cairographics.org/releases/"
"cairomm-" version ".tar.xz"))
(sha256
(base32
- "0gy1gn79gwqzrf1d7f7rf25yy2dr7xginkg3al7jpnkxm6cbyqva"))))
+ "1yrwy14k1lh74kmr41pnms6zr1c9z8md4xkji2mfia1y9qwma4mq"))))
(build-system meson-build-system)
(outputs '("out" "doc"))
(arguments