diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-01-01 19:07:34 +0100 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-01-08 08:58:40 +0100 |
commit | f778d8cece116cb1ca3635dccdf89550ba345541 (patch) | |
tree | 8cbfd3a42881d86b10a29f2f92e4c7fb652fc851 /gnu | |
parent | 17a672524e44ec11847ec166c51731c7ada7ce99 (diff) | |
download | guix-f778d8cece116cb1ca3635dccdf89550ba345541.tar.gz |
gnu: komikku: Update to 1.7.0.
* gnu/packages/gnome.scm (komikku): Update to 1.7.0.
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 47a0f237fe..5178cba0c6 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -13160,7 +13160,7 @@ profiler via Sysprof, debugging support, and more.") (define-public komikku (package (name "komikku") - (version "1.6.1") + (version "1.7.0") (source (origin (method git-fetch) @@ -13170,7 +13170,7 @@ profiler via Sysprof, debugging support, and more.") (file-name (git-file-name name version)) (sha256 (base32 - "0ppd9cl16zwqsmpy0pry43qsfrm2xal77y4339qwbnas74gcl1wh")))) + "0pgls9lfmgx1wgk7navvr44hdp6ziac19979lkqw2a09jn8y6xxa")))) (build-system meson-build-system) (arguments (list |