From 399beecfb07b01ec7d14fc67f3f1558afd529ce7 Mon Sep 17 00:00:00 2001 From: Leo Prikler Date: Thu, 21 Jan 2021 21:39:21 +0100 Subject: gnu: komikku: Update to 0.25.1. * gnu/packages/gnome.scm (komikku): Update to 0.25.1. --- 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 e614d26b68..505d4bf725 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -11825,7 +11825,7 @@ integrated profiler via Sysprof, debugging support, and more.") (define-public komikku (package (name "komikku") - (version "0.24.0") + (version "0.25.1") (source (origin (method git-fetch) @@ -11835,7 +11835,7 @@ integrated profiler via Sysprof, debugging support, and more.") (file-name (git-file-name name version)) (sha256 (base32 - "010p32zrim245y0l784yp0rasqcqlyr3lrxwl3r1876x83qhs6q3")))) + "03skci66y9qqiv4bqbbc0w6d6agilwmx95cw7sribj06zcykm7m3")))) (build-system meson-build-system) (arguments `(#:glib-or-gtk? #t -- cgit v1.2.3