From c4b7bcc2569e40c6b925bc9e8fde01c5744c29f7 Mon Sep 17 00:00:00 2001 From: Liliana Marie Prikler Date: Fri, 17 Sep 2021 23:38:05 +0200 Subject: gnu: komikku: Update to 0.32.0. * gnu/packages/gnome.scm (komikku): Update to 0.32.0. --- gnu/packages/gnome.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 7362bf6bee..deeeab5b32 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -12069,7 +12069,7 @@ integrated profiler via Sysprof, debugging support, and more.") (define-public komikku (package (name "komikku") - (version "0.31.0") + (version "0.32.0") (source (origin (method git-fetch) @@ -12079,7 +12079,7 @@ integrated profiler via Sysprof, debugging support, and more.") (file-name (git-file-name name version)) (sha256 (base32 - "0vldcjq24y4xxg8dzlyhfpqxbqn5g160lz1lmmkp7g9im2zrxh52")))) + "1vd3apvl2d3wv509z3l9z2w2vn4f8a4wxi9911v44dvmswzhznd7")))) (build-system meson-build-system) (arguments `(#:glib-or-gtk? #t -- cgit v1.2.3