diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2021-09-23 08:03:15 +0200 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2021-09-23 08:03:15 +0200 |
commit | cf5152d8d06485d7753f249b71501cda9f231c2f (patch) | |
tree | 3db41ca6bc5354a507fdf7dc8dda64e86dfe220d /gnu | |
parent | 55844efecc1e8b90b1259a40d7b81878570e8dbf (diff) |
gnu: komikku: Update to 0.33.1.
* gnu/packages/gnome.scm (komikku): Update to 0.33.1.
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 1fa9a44140..7de12fe525 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.33.0") + (version "0.33.1") (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 - "0359j8frhacgfyr1pjxbg7hk49v8wpybhpcpgyyxc799q4frlc97")))) + "00a2kz63bfyjan56d713afakv74bf6rcv6x5fxcmr6l5dmszjw8n")))) (build-system meson-build-system) (arguments `(#:glib-or-gtk? #t |