From bbe121a2bfb0a412f99ac4fa089023e47c3660fb Mon Sep 17 00:00:00 2001 From: Liliana Marie Prikler Date: Tue, 12 Oct 2021 17:48:15 +0200 Subject: gnu: komikku: Update to 0.35.0. * gnu/packages/gnome.scm (komikku): Update to 0.35.0. --- gnu/packages/gnome.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages') diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 18c6018d69..3a682ba38a 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -12075,7 +12075,7 @@ integrated profiler via Sysprof, debugging support, and more.") (define-public komikku (package (name "komikku") - (version "0.34.1") + (version "0.35.0") (source (origin (method git-fetch) @@ -12085,7 +12085,7 @@ integrated profiler via Sysprof, debugging support, and more.") (file-name (git-file-name name version)) (sha256 (base32 - "1mz9jz62ifpg7pxkbaglw98v0d94wi6y459f0r4qr7kjxhnfq3km")))) + "19axlz34zg4ijfc1z0y2xp6ayi5hvgvqdp4wprkp0wjrkfn7dkq7")))) (build-system meson-build-system) (arguments `(#:glib-or-gtk? #t -- cgit v1.2.3