nckx pushed a commit to branch master
in repository guix.
commit bbdf1488cd91d1588bcf5fbf6b40fa6bf0b9e46d
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Sun Jul 30 02:00:00 2023 +0200
gnu: cairomm: Update to 1.16.2.
* gnu/packages/gtk.scm (cairomm): Update to 1.16.2.
[source]: Hard-code NAME.
---
gnu/packages/gtk.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 848ed91d96..0d6df1f583 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1594,14 +1594,14 @@ guile-gnome-platform (GNOME developer libraries), and
guile-gtksourceview.")
(define-public cairomm
(package
(name "cairomm")
- (version "1.16.1")
+ (version "1.16.2")
(source (origin
(method url-fetch)
(uri (string-append "https://www.cairographics.org/releases/"
- name "-" version ".tar.xz"))
+ "cairomm-" version ".tar.xz"))
(sha256
(base32
- "1im2yjzvjfx8s7cal9kwq23z936kppfmyag2zsnbim4dx7c60q3g"))))
+ "0gy1gn79gwqzrf1d7f7rf25yy2dr7xginkg3al7jpnkxm6cbyqva"))))
(build-system meson-build-system)
(outputs '("out" "doc"))
(arguments