diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2021-09-17 23:38:05 +0200 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2021-09-17 23:38:05 +0200 |
commit | c4b7bcc2569e40c6b925bc9e8fde01c5744c29f7 (patch) | |
tree | db831f5cf43933d84de63b04c5f04a495c232085 /gnu/packages | |
parent | 4e2ee456341404ac9b08d5debb56885874094fce (diff) | |
download | guix-c4b7bcc2569e40c6b925bc9e8fde01c5744c29f7.tar.gz guix-c4b7bcc2569e40c6b925bc9e8fde01c5744c29f7.zip |
gnu: komikku: Update to 0.32.0.
* gnu/packages/gnome.scm (komikku): Update to 0.32.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 7362bf6bee..deeeab5b32 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -12069,7 +12069,7 @@ integrated profiler via Sysprof, debugging support, and more.") (define-public komikku (package (name "komikku") - (version "0.31.0") + (version "0.32.0") (source (origin (method git-fetch) @@ -12079,7 +12079,7 @@ integrated profiler via Sysprof, debugging support, and more.") (file-name (git-file-name name version)) (sha256 (base32 - "0vldcjq24y4xxg8dzlyhfpqxbqn5g160lz1lmmkp7g9im2zrxh52")))) + "1vd3apvl2d3wv509z3l9z2w2vn4f8a4wxi9911v44dvmswzhznd7")))) (build-system meson-build-system) (arguments `(#:glib-or-gtk? #t |