diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-30 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-30 02:00:00 +0200 |
commit | bbdf1488cd91d1588bcf5fbf6b40fa6bf0b9e46d (patch) | |
tree | 69824ea4a5016a121ba57aa5543c105446180bad /gnu/packages | |
parent | b896184a55258a8dfb0b8f69a38eba1081505020 (diff) | |
download | guix-bbdf1488cd91d1588bcf5fbf6b40fa6bf0b9e46d.tar.gz guix-bbdf1488cd91d1588bcf5fbf6b40fa6bf0b9e46d.zip |
gnu: cairomm: Update to 1.16.2.
* gnu/packages/gtk.scm (cairomm): Update to 1.16.2.
[source]: Hard-code NAME.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/gtk.scm | 6 |
1 files 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 |