diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-02-26 09:42:29 +0100 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-03-05 08:17:58 +0100 |
commit | c497e1b0ae48704f21146f51f9e842e5c2917a1f (patch) | |
tree | 18493d0adfa9139095a30680b54e88a235799090 | |
parent | ffbf8ce07a8601501be6368345e767e50aeb27b6 (diff) | |
download | guix-c497e1b0ae48704f21146f51f9e842e5c2917a1f.tar.gz |
gnu: komikku: Update to 1.12.1.
* gnu/packages/gnome.scm (komikku): Update to 1.12.1.
-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 f208f8f189..0b7d10c6a8 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.11.1") + (version "1.12.1") (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 - "0wvz7ca427x16vrjqzq7b9k1xlgdyhykdix41f48b1m3ry4wcqp2")))) + "0mwaxpvyd2dzkivxr41kjn2n0ahn03170wbpbk3as0pl8achdcjq")))) (build-system meson-build-system) (arguments (list |