diff options
author | Leo Prikler <leo.prikler@student.tugraz.at> | 2020-11-20 10:31:17 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-20 14:23:41 +0100 |
commit | b4c727f1e58e908b10bebdbaa3f88adacfd9a744 (patch) | |
tree | def764017053be7569a38e5c6deee889d4a0a055 /gnu/packages/gnome.scm | |
parent | 17a53aec7a6a7608bd01841ca2058bfe1500c453 (diff) |
gnu: komikku: Update to 0.23.0.
* gnu/packages/gnome.scm (komikku): Update to 0.23.0.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 54d3b04b7f..f05aafa531 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -11901,7 +11901,7 @@ integrated profiler via Sysprof, debugging support, and more.") (define-public komikku (package (name "komikku") - (version "0.22.1") + (version "0.23.0") (source (origin (method git-fetch) @@ -11911,7 +11911,7 @@ integrated profiler via Sysprof, debugging support, and more.") (file-name (git-file-name name version)) (sha256 (base32 - "0ds4j542zprbyh36qyii1c9mb7kj14cvrfk5miqjvp8y4b5i6mdi")))) + "1xh3qmf2pk80qxj528lajjcwg7mps72s1zz8cj388av58p8l3hyw")))) (build-system meson-build-system) (arguments `(#:glib-or-gtk? #t |