summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2023-07-30 02:00:00 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2023-07-30 02:00:00 +0200
commitbbdf1488cd91d1588bcf5fbf6b40fa6bf0b9e46d (patch)
tree69824ea4a5016a121ba57aa5543c105446180bad /gnu
parentb896184a55258a8dfb0b8f69a38eba1081505020 (diff)
downloadguix-bbdf1488cd91d1588bcf5fbf6b40fa6bf0b9e46d.tar.gz
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')
-rw-r--r--gnu/packages/gtk.scm6
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