diff options
author | Leo Prikler <leo.prikler@student.tugraz.at> | 2021-06-06 21:56:35 +0200 |
---|---|---|
committer | Leo Prikler <leo.prikler@student.tugraz.at> | 2021-06-06 21:56:35 +0200 |
commit | bde4fc00c0b962f46844ab3845494300eebd8a0a (patch) | |
tree | 94fcc5342e0580a914e3fd165cc6ffc9f781e61f | |
parent | d102e9a139e8864ffacf0804f45f87b88de02fd1 (diff) |
gnu: komikku: Update to 0.29.1.
* gnu/packages/gnome.scm (komikku): Update to 0.29.1.
-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 2f579a2f82..f2d024e5d2 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -11995,7 +11995,7 @@ integrated profiler via Sysprof, debugging support, and more.") (define-public komikku (package (name "komikku") - (version "0.29.0") + (version "0.29.1") (source (origin (method git-fetch) @@ -12005,7 +12005,7 @@ integrated profiler via Sysprof, debugging support, and more.") (file-name (git-file-name name version)) (sha256 (base32 - "1sirwgny1s6jv9rb0lildqv4p7nfa15rvw957pwxnvrjasxyf6bq")))) + "0cl1j28cmbwnfcbsqjqd466aysn71hdwzbrwy0jk0hfzyk0kjqi7")))) (build-system meson-build-system) (arguments `(#:glib-or-gtk? #t |