diff options
author | Leo Prikler <leo.prikler@student.tugraz.at> | 2020-09-18 13:56:58 +0200 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2020-09-18 15:23:23 +0200 |
commit | dac3fc069287ca2233e941c12d305954ad30f947 (patch) | |
tree | 99c654baa63150ece29718b090321afe09a6c507 /gnu | |
parent | d9dec1473d676dd22285e84552d4a8e0a879f0d4 (diff) | |
download | guix-dac3fc069287ca2233e941c12d305954ad30f947.tar.gz guix-dac3fc069287ca2233e941c12d305954ad30f947.zip |
gnu: komikku: Update to 0.20.0.
* gnu/packages/gnome.scm (komikku): Update to 0.20.0.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
Diffstat (limited to 'gnu')
-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 aebb81419c..d727f18ed8 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -11392,7 +11392,7 @@ integrated profiler via Sysprof, debugging support, and more.") (define-public komikku (package (name "komikku") - (version "0.19.0") + (version "0.20.0") (source (origin (method git-fetch) @@ -11402,7 +11402,7 @@ integrated profiler via Sysprof, debugging support, and more.") (file-name (git-file-name name version)) (sha256 (base32 - "16d7k500nd9klnjqqcgk3glhv2sy78yndkz3n0x7lynvblsy45kk")))) + "0m5dvqh2as5ffi9fmp3452kw44jwm6pl1jw0r5mdkpdxhid15aw8")))) (build-system meson-build-system) (arguments `(#:glib-or-gtk? #t |