diff options
author | Leo Prikler <leo.prikler@student.tugraz.at> | 2020-09-27 14:37:22 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2020-09-29 08:13:29 +0300 |
commit | 3cbf359f7001ccce39ebb7bc46224922bdcfa3fd (patch) | |
tree | 93baea9d079f25e7bc02695794857f9e0e576db0 | |
parent | d8934360d2453a403b5433e71d09188e4ed23b57 (diff) |
gnu: komikku: Update to 0.21.1.
* gnu/packages/gnome.scm (komikku): Update to 0.21.1.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
-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 7812f7973e..0da85fddf6 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.21.0") + (version "0.21.1") (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 - "0bl2wcvshhp7pwwk6blrq6rzvrlb13jhhif5afwpqdznzyqfh2ka")))) + "17ss5k2hnymk6xyx1dy3q0y2pwcld78cw7d0cs9c0hnhskh5dirh")))) (build-system meson-build-system) (arguments `(#:glib-or-gtk? #t |