diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2021-09-22 12:30:47 +0200 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2021-09-22 13:41:49 +0200 |
commit | f4278d1f77955c0aa34c21021506927ddf5d6eca (patch) | |
tree | 0d9b2a41fb6e142a9894de67aa0fde6b15060e9b /gnu/packages/gnome.scm | |
parent | e13a7458f8f7f40272efe162f2588dfd5933d147 (diff) | |
download | guix-f4278d1f77955c0aa34c21021506927ddf5d6eca.tar.gz |
gnu: komikku: Update to 0.33.0.
* gnu/packages/gnome.scm (komikku): Update to 0.33.0.
Diffstat (limited to 'gnu/packages/gnome.scm')
-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 fe760f8763..1fa9a44140 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -12070,7 +12070,7 @@ integrated profiler via Sysprof, debugging support, and more.") (define-public komikku (package (name "komikku") - (version "0.32.0") + (version "0.33.0") (source (origin (method git-fetch) @@ -12080,7 +12080,7 @@ integrated profiler via Sysprof, debugging support, and more.") (file-name (git-file-name name version)) (sha256 (base32 - "1vd3apvl2d3wv509z3l9z2w2vn4f8a4wxi9911v44dvmswzhznd7")))) + "0359j8frhacgfyr1pjxbg7hk49v8wpybhpcpgyyxc799q4frlc97")))) (build-system meson-build-system) (arguments `(#:glib-or-gtk? #t |