From 2fb42567ebd37cb63c431100021e1a895a2ff4b6 Mon Sep 17 00:00:00 2001 From: Liliana Marie Prikler Date: Sun, 12 Feb 2023 09:12:01 +0100 Subject: gnu: komikku: Update to 1.11.1. * gnu/packages/gnome.scm (komikku): Update to 1.11.1. Signed-off-by: Nicolas Goaziou --- gnu/packages/gnome.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/gnome.scm') diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 4698b883af..851b715283 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -13270,7 +13270,7 @@ profiler via Sysprof, debugging support, and more.") (define-public komikku (package (name "komikku") - (version "1.10.1") + (version "1.11.1") (source (origin (method git-fetch) @@ -13280,7 +13280,7 @@ profiler via Sysprof, debugging support, and more.") (file-name (git-file-name name version)) (sha256 (base32 - "17nyfpg15i87204017as2dq491bq3dy261flwx71b2z4f4k6q83b")))) + "0wvz7ca427x16vrjqzq7b9k1xlgdyhykdix41f48b1m3ry4wcqp2")))) (build-system meson-build-system) (arguments (list -- cgit v1.2.3