diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-01-06 07:54:18 +0100 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-01-15 07:50:16 +0100 |
commit | a98145ec04d5c3f8f2ef430555cde5eccfbd3875 (patch) | |
tree | 91041e61f83dde9c621cf32a0013dfbfad3705fe | |
parent | 145ad41ef3da4dbcd1bcb3d6e526a7e5caf9924f (diff) | |
download | guix-a98145ec04d5c3f8f2ef430555cde5eccfbd3875.tar.gz |
gnu: komikku: Update to 1.8.0.
* gnu/packages/gnome.scm (komikku): Update to 1.8.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 09b8056cc9..1c96b1fbfc 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -13204,7 +13204,7 @@ profiler via Sysprof, debugging support, and more.") (define-public komikku (package (name "komikku") - (version "1.7.0") + (version "1.8.0") (source (origin (method git-fetch) @@ -13214,7 +13214,7 @@ profiler via Sysprof, debugging support, and more.") (file-name (git-file-name name version)) (sha256 (base32 - "0pgls9lfmgx1wgk7navvr44hdp6ziac19979lkqw2a09jn8y6xxa")))) + "1s9n1m1k99jpr3p8j4grqc6yh5spwgb8wh3zfsd5kdixsm6gx0kz")))) (build-system meson-build-system) (arguments (list |