diff options
author | Leo Prikler <leo.prikler@student.tugraz.at> | 2020-09-24 20:25:02 +0200 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2020-09-25 14:14:13 +0200 |
commit | 62d0f69ecf73225d897435a1a28f38951b0afcad (patch) | |
tree | 78a085fe50177d1086478fb2e42eaa7d7e7917bb | |
parent | 0990d6119336cb6142020dc577f57f1faffe55ba (diff) |
gnu: komikku: Update to 0.21.0.
* gnu/packages/gnome.scm (komikku): Update to 0.21.0.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
-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 904ffd1dc2..7812f7973e 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -11539,7 +11539,7 @@ integrated profiler via Sysprof, debugging support, and more.") (define-public komikku (package (name "komikku") - (version "0.20.0") + (version "0.21.0") (source (origin (method git-fetch) @@ -11549,7 +11549,7 @@ integrated profiler via Sysprof, debugging support, and more.") (file-name (git-file-name name version)) (sha256 (base32 - "0m5dvqh2as5ffi9fmp3452kw44jwm6pl1jw0r5mdkpdxhid15aw8")))) + "0bl2wcvshhp7pwwk6blrq6rzvrlb13jhhif5afwpqdznzyqfh2ka")))) (build-system meson-build-system) (arguments `(#:glib-or-gtk? #t |