diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2021-09-30 21:46:10 +0200 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2021-09-30 21:46:10 +0200 |
commit | 56b10709efc4eb35df66f52a20ce3cb7fab4fee6 (patch) | |
tree | c879917e2f56b75f7a669e68175e16b0a857910f /gnu/packages | |
parent | e2c58b91500b4df0979a6e823fc66b0ed1da2d84 (diff) |
gnu: komikku: Update to 0.34.0.
* gnu/packages/gnome.scm (komikku): Update to 0.34.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 f81e169abb..4a311a379c 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.1") + (version "0.34.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 - "00a2kz63bfyjan56d713afakv74bf6rcv6x5fxcmr6l5dmszjw8n")))) + "0cphy0m1zbcfrn75982b0flvry605a9x15i93sbqcbhqjvp6y9wm")))) (build-system meson-build-system) (arguments `(#:glib-or-gtk? #t |