From a90aad8c2cc5aad5725ce223a2ed3a040ea16540 Mon Sep 17 00:00:00 2001 From: Leo Prikler Date: Thu, 4 Feb 2021 19:22:58 +0100 Subject: gnu: komikku: Update to 0.26.0. * gnu/packages/gnome.scm (komikku): Update to 0.26.0. --- 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 18ceb6def4..0f0b7c8157 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -11842,7 +11842,7 @@ integrated profiler via Sysprof, debugging support, and more.") (define-public komikku (package (name "komikku") - (version "0.25.1") + (version "0.26.0") (source (origin (method git-fetch) @@ -11852,7 +11852,7 @@ integrated profiler via Sysprof, debugging support, and more.") (file-name (git-file-name name version)) (sha256 (base32 - "03skci66y9qqiv4bqbbc0w6d6agilwmx95cw7sribj06zcykm7m3")))) + "1g5rhp3d97v0s8nk536vqpv6qd4gha4h27bfdkypcqa42h8wyxm2")))) (build-system meson-build-system) (arguments `(#:glib-or-gtk? #t -- cgit v1.2.3