diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-03-12 18:23:56 +0100 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-03-19 09:25:36 +0100 |
commit | fa509741348c1276be550009a096ddc1df7e87e5 (patch) | |
tree | 547e546b7df8d6ca4e19769b0592044b124b4cb2 | |
parent | d59eb81b5c97aa53cdca357287332377c288fd8c (diff) | |
download | guix-fa509741348c1276be550009a096ddc1df7e87e5.tar.gz |
gnu: komikku: Update to 1.14.0.
* gnu/packages/gnome.scm (komikku): Update to 1.14.0.
-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 5a857dd45f..ac2516ee39 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -13288,7 +13288,7 @@ profiler via Sysprof, debugging support, and more.") (define-public komikku (package (name "komikku") - (version "1.12.1") + (version "1.14.0") (source (origin (method git-fetch) @@ -13298,7 +13298,7 @@ profiler via Sysprof, debugging support, and more.") (file-name (git-file-name name version)) (sha256 (base32 - "0mwaxpvyd2dzkivxr41kjn2n0ahn03170wbpbk3as0pl8achdcjq")))) + "1pknm3xz2hai8y6ynlyz7y1k1kaay7mkpm1svx66ggjhz8jzcrj5")))) (build-system meson-build-system) (arguments (list |