diff options
author | Leo Prikler <leo.prikler@student.tugraz.at> | 2021-06-03 21:46:28 +0200 |
---|---|---|
committer | Leo Prikler <leo.prikler@student.tugraz.at> | 2021-06-03 21:46:48 +0200 |
commit | bb414c9352de0fad4c28612b4f089049514b6343 (patch) | |
tree | 58ba31d99b34e252d16b9592abf28ff344563a27 /gnu/packages/gnome.scm | |
parent | 97b4a7e37c75fd15a14ef49fa85b83e522aa78aa (diff) | |
download | guix-bb414c9352de0fad4c28612b4f089049514b6343.tar guix-bb414c9352de0fad4c28612b4f089049514b6343.tar.gz |
gnu: komikku: Update to 0.29.0.
* gnu/packages/gnome.scm (komikku): Update to 0.29.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 2b9fb0c6d7..2f579a2f82 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -11995,7 +11995,7 @@ integrated profiler via Sysprof, debugging support, and more.") (define-public komikku (package (name "komikku") - (version "0.28.1") + (version "0.29.0") (source (origin (method git-fetch) @@ -12005,7 +12005,7 @@ integrated profiler via Sysprof, debugging support, and more.") (file-name (git-file-name name version)) (sha256 (base32 - "0ifcwp5fw74yypxkq7i0yc3002bsvj3p5c1icspr8s2kyjyllm6i")))) + "1sirwgny1s6jv9rb0lildqv4p7nfa15rvw957pwxnvrjasxyf6bq")))) (build-system meson-build-system) (arguments `(#:glib-or-gtk? #t |