diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2022-11-13 22:40:22 +0100 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2022-11-13 22:49:10 +0100 |
commit | 7565aecf7a608c59291787730089bcd31259e489 (patch) | |
tree | 1dd282c18534b1601a14c07f7baf7cdc5cb6b35d /gnu | |
parent | b52ac1c8746d1028145aaa7b4df5396379acab1c (diff) | |
download | guix-7565aecf7a608c59291787730089bcd31259e489.tar guix-7565aecf7a608c59291787730089bcd31259e489.tar.gz |
gnu: komikku: Update to 1.4.0.
* gnu/packages/gnome.scm (komikku): Update to 1.4.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 8d1424c02f..3d942635a2 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -13064,7 +13064,7 @@ profiler via Sysprof, debugging support, and more.") (define-public komikku (package (name "komikku") - (version "1.3.0") + (version "1.4.0") (source (origin (method git-fetch) @@ -13074,7 +13074,7 @@ profiler via Sysprof, debugging support, and more.") (file-name (git-file-name name version)) (sha256 (base32 - "05r4mss5g6227y14r2djzapwva76smhxnx8nlfh35nbvq96ac4z4")))) + "1sawvmni28qnca8lmw6li3ad36lb7sbf22zqbzp5f9wjwx7q609k")))) (build-system meson-build-system) (arguments (list |