diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-01-29 14:56:55 +0100 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-02-05 06:56:42 +0100 |
commit | b64040206341c240e1e4eb7f1431b8aa51f3dcf9 (patch) | |
tree | 99e5a9961a7ad3101b005bdbbd1a371dc0b36aa5 /gnu | |
parent | c0f40e8c86358af4bdcec646bdb4b2237bf6279a (diff) | |
download | guix-b64040206341c240e1e4eb7f1431b8aa51f3dcf9.tar.gz guix-b64040206341c240e1e4eb7f1431b8aa51f3dcf9.zip |
gnu: komikku: Update to 1.10.1.
* gnu/packages/gnome.scm (komikku): Update to 1.10.1.
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 f8b02670f7..4f2d716fb2 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -13221,7 +13221,7 @@ profiler via Sysprof, debugging support, and more.") (define-public komikku (package (name "komikku") - (version "1.9.0") + (version "1.10.1") (source (origin (method git-fetch) @@ -13231,7 +13231,7 @@ profiler via Sysprof, debugging support, and more.") (file-name (git-file-name name version)) (sha256 (base32 - "0vz7mw9kvp3yhn7iqg11dvmk77l65wjp6p1rpn4xnr335zfacmjh")))) + "17nyfpg15i87204017as2dq491bq3dy261flwx71b2z4f4k6q83b")))) (build-system meson-build-system) (arguments (list |