diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-03-21 20:36:15 +0100 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-03-23 23:09:31 -0400 |
commit | 1ebfc9d9a587d907fbd4584eef93fa479e729d3e (patch) | |
tree | fcb3444c175414efee2c732bd500fb20c6ed1bcf /gnu/packages/gnome.scm | |
parent | 28f046eadc041ed17ae5c063a7f24b9bdb85290e (diff) | |
download | guix-1ebfc9d9a587d907fbd4584eef93fa479e729d3e.tar guix-1ebfc9d9a587d907fbd4584eef93fa479e729d3e.tar.gz |
gnu: komikku: Update to 1.15.0.
* gnu/packages/gnome.scm (komikku): Update to 1.15.0.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index aa8525b100..0efb98b97c 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -13297,7 +13297,7 @@ profiler via Sysprof, debugging support, and more.") (define-public komikku (package (name "komikku") - (version "1.14.0") + (version "1.15.0") (source (origin (method git-fetch) @@ -13307,7 +13307,7 @@ profiler via Sysprof, debugging support, and more.") (file-name (git-file-name name version)) (sha256 (base32 - "1pknm3xz2hai8y6ynlyz7y1k1kaay7mkpm1svx66ggjhz8jzcrj5")))) + "0yd4274qxpv0wg1lm6daip2nd135qq07pfl5wrm2rqlzs5mvqs3n")))) (build-system meson-build-system) (arguments (list @@ -13351,6 +13351,7 @@ profiler via Sysprof, debugging support, and more.") python-lxml python-magic python-natsort + python-piexif python-pillow python-pure-protobuf python-pycairo |