diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2021-09-12 00:39:43 +0200 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2021-09-12 00:39:43 +0200 |
commit | 87ec1ae95c308e7ee5e060ec3b76ef111c6ff08f (patch) | |
tree | a8291f6d04894f860f6f65b6b9503be8539eac38 | |
parent | e02984ac4e0ffbae11fad0693616ca62b73f987c (diff) |
gnu: komikku: Update to 0.31.0.
* gnu/packages/gnome.scm (komikku): Update to 0.31.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 37e39137e1..fa426c6e40 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -12038,7 +12038,7 @@ integrated profiler via Sysprof, debugging support, and more.") (define-public komikku (package (name "komikku") - (version "0.30.0") + (version "0.31.0") (source (origin (method git-fetch) @@ -12048,7 +12048,7 @@ integrated profiler via Sysprof, debugging support, and more.") (file-name (git-file-name name version)) (sha256 (base32 - "1l6iqxa497fisn64mn2qgia4y6zryfa5pbnd8609flfi9qmgrzn7")))) + "0vldcjq24y4xxg8dzlyhfpqxbqn5g160lz1lmmkp7g9im2zrxh52")))) (build-system meson-build-system) (arguments `(#:glib-or-gtk? #t |