diff options
author | Leo Prikler <leo.prikler@student.tugraz.at> | 2021-01-21 21:39:21 +0100 |
---|---|---|
committer | Leo Prikler <leo.prikler@student.tugraz.at> | 2021-01-21 21:39:55 +0100 |
commit | 399beecfb07b01ec7d14fc67f3f1558afd529ce7 (patch) | |
tree | cdf1cd64258a6927a0a7c37ea31106854cab04df /gnu/packages/gnome.scm | |
parent | 55e097e26f5cd1598a482b1b40b075d2ee05ea55 (diff) |
gnu: komikku: Update to 0.25.1.
* gnu/packages/gnome.scm (komikku): Update to 0.25.1.
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 e614d26b68..505d4bf725 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -11825,7 +11825,7 @@ integrated profiler via Sysprof, debugging support, and more.") (define-public komikku (package (name "komikku") - (version "0.24.0") + (version "0.25.1") (source (origin (method git-fetch) @@ -11835,7 +11835,7 @@ integrated profiler via Sysprof, debugging support, and more.") (file-name (git-file-name name version)) (sha256 (base32 - "010p32zrim245y0l784yp0rasqcqlyr3lrxwl3r1876x83qhs6q3")))) + "03skci66y9qqiv4bqbbc0w6d6agilwmx95cw7sribj06zcykm7m3")))) (build-system meson-build-system) (arguments `(#:glib-or-gtk? #t |