diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2022-11-05 08:08:20 +0100 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2022-11-05 10:23:24 +0100 |
commit | 7e6e2f54e38e21d59105af476616373ed491a5db (patch) | |
tree | 28d6226712f7dc397e6922d63a397cf6dcbee6ef /gnu/packages | |
parent | 5aa22d6ff98f101e1b64b9ac8dfbc9f452fc5f18 (diff) | |
download | guix-7e6e2f54e38e21d59105af476616373ed491a5db.tar.gz guix-7e6e2f54e38e21d59105af476616373ed491a5db.zip |
gnu: komikku: Update to 1.3.0.
* gnu/packages/gnome.scm (komikku): Update to 1.3.0.
Diffstat (limited to 'gnu/packages')
-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 1246ac22b3..27dafa996a 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -13062,7 +13062,7 @@ profiler via Sysprof, debugging support, and more.") (define-public komikku (package (name "komikku") - (version "1.2.0") + (version "1.3.0") (source (origin (method git-fetch) @@ -13072,7 +13072,7 @@ profiler via Sysprof, debugging support, and more.") (file-name (git-file-name name version)) (sha256 (base32 - "11pyhr8604dphsvh0pd0q5yi8f43sias37pwj1szq0l2gr5hv0q0")))) + "05r4mss5g6227y14r2djzapwva76smhxnx8nlfh35nbvq96ac4z4")))) (build-system meson-build-system) (arguments (list |