diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2021-10-12 17:48:15 +0200 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2021-10-12 17:48:15 +0200 |
commit | bbe121a2bfb0a412f99ac4fa089023e47c3660fb (patch) | |
tree | bb64aefb186383edbfb4ee9c61173706f3d6b4fa | |
parent | 385c9a4e30e952207df3246acaf13e6519b01af2 (diff) |
gnu: komikku: Update to 0.35.0.
* gnu/packages/gnome.scm (komikku): Update to 0.35.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 18c6018d69..3a682ba38a 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -12075,7 +12075,7 @@ integrated profiler via Sysprof, debugging support, and more.") (define-public komikku (package (name "komikku") - (version "0.34.1") + (version "0.35.0") (source (origin (method git-fetch) @@ -12085,7 +12085,7 @@ integrated profiler via Sysprof, debugging support, and more.") (file-name (git-file-name name version)) (sha256 (base32 - "1mz9jz62ifpg7pxkbaglw98v0d94wi6y459f0r4qr7kjxhnfq3km")))) + "19axlz34zg4ijfc1z0y2xp6ayi5hvgvqdp4wprkp0wjrkfn7dkq7")))) (build-system meson-build-system) (arguments `(#:glib-or-gtk? #t |