From cb200394452f3b62353a2da62d3c7f1258bbb8f4 Mon Sep 17 00:00:00 2001 From: Liliana Marie Prikler Date: Thu, 14 Oct 2021 10:06:31 +0200 Subject: gnu: komikku: Update to 0.35.1. * gnu/packages/gnome.scm (komikku): Update to 0.35.1. --- gnu/packages/gnome.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 1b0a72817c..17fb2e0146 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -12076,7 +12076,7 @@ integrated profiler via Sysprof, debugging support, and more.") (define-public komikku (package (name "komikku") - (version "0.35.0") + (version "0.35.1") (source (origin (method git-fetch) @@ -12086,7 +12086,7 @@ integrated profiler via Sysprof, debugging support, and more.") (file-name (git-file-name name version)) (sha256 (base32 - "19axlz34zg4ijfc1z0y2xp6ayi5hvgvqdp4wprkp0wjrkfn7dkq7")))) + "0975c55lmiwaqm0wj0ci91a90syjan3i99akrp0hl9m7r73jnfh9")))) (build-system meson-build-system) (arguments `(#:glib-or-gtk? #t -- cgit v1.2.3