diff options
author | Leo Prikler <leo.prikler@student.tugraz.at> | 2021-02-04 19:22:58 +0100 |
---|---|---|
committer | Leo Prikler <leo.prikler@student.tugraz.at> | 2021-02-04 19:23:52 +0100 |
commit | a90aad8c2cc5aad5725ce223a2ed3a040ea16540 (patch) | |
tree | ad91090fde1f9914f1f02c576ee80b9f28c329fc /gnu/packages/gnome.scm | |
parent | 67a5590a662aa861d72cb3826f6994f2fa1b0d4d (diff) | |
download | guix-a90aad8c2cc5aad5725ce223a2ed3a040ea16540.tar guix-a90aad8c2cc5aad5725ce223a2ed3a040ea16540.tar.gz |
gnu: komikku: Update to 0.26.0.
* gnu/packages/gnome.scm (komikku): Update to 0.26.0.
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 18ceb6def4..0f0b7c8157 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -11842,7 +11842,7 @@ integrated profiler via Sysprof, debugging support, and more.") (define-public komikku (package (name "komikku") - (version "0.25.1") + (version "0.26.0") (source (origin (method git-fetch) @@ -11852,7 +11852,7 @@ integrated profiler via Sysprof, debugging support, and more.") (file-name (git-file-name name version)) (sha256 (base32 - "03skci66y9qqiv4bqbbc0w6d6agilwmx95cw7sribj06zcykm7m3")))) + "1g5rhp3d97v0s8nk536vqpv6qd4gha4h27bfdkypcqa42h8wyxm2")))) (build-system meson-build-system) (arguments `(#:glib-or-gtk? #t |