diff options
author | Leo Prikler <leo.prikler@student.tugraz.at> | 2021-02-12 12:03:38 +0100 |
---|---|---|
committer | Leo Prikler <leo.prikler@student.tugraz.at> | 2021-02-15 18:59:27 +0100 |
commit | 0696bd210e0f1dfc73856f534b1b14c5f21cd6f0 (patch) | |
tree | bbb34f8e1bb9ea50d4af47db67f718d07154de59 /gnu/packages/gnome.scm | |
parent | 6e1a88756c2958b33cdb7a010d195bdc426ee896 (diff) |
gnu: komikku: Update to 0.26.1.
* gnu/packages/gnome.scm (komikku): Update to 0.26.1.
Diffstat (limited to 'gnu/packages/gnome.scm')
-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 f7838f85a5..ebb21c08ce 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -11902,7 +11902,7 @@ integrated profiler via Sysprof, debugging support, and more.") (define-public komikku (package (name "komikku") - (version "0.26.0") + (version "0.26.1") (source (origin (method git-fetch) @@ -11912,7 +11912,7 @@ integrated profiler via Sysprof, debugging support, and more.") (file-name (git-file-name name version)) (sha256 (base32 - "1g5rhp3d97v0s8nk536vqpv6qd4gha4h27bfdkypcqa42h8wyxm2")))) + "1mas409c14p6g0v10w4cf5hsjbs0922h6h9k9pyj9s8y7yi2ikz2")))) (build-system meson-build-system) (arguments `(#:glib-or-gtk? #t |