[PATCH] gnu: komikku: Update to 0.20.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Leo Prikler
  • Mathieu Othacehe
Owner
unassigned
Submitted by
Leo Prikler
Severity
normal
L
L
Leo Prikler wrote on 18 Sep 2020 13:56
(address . guix-patches@gnu.org)
20200918115657.26689-1-leo.prikler@student.tugraz.at
* gnu/packages/gnome.scm (komikku): Update to 0.20.0.
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 1f7257234b..4db077d558 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -11399,7 +11399,7 @@ integrated profiler via Sysprof, debugging support, and more.")
(define-public komikku
(package
(name "komikku")
- (version "0.19.0")
+ (version "0.20.0")
(source
(origin
(method git-fetch)
@@ -11409,7 +11409,7 @@ integrated profiler via Sysprof, debugging support, and more.")
(file-name (git-file-name name version))
(sha256
(base32
- "16d7k500nd9klnjqqcgk3glhv2sy78yndkz3n0x7lynvblsy45kk"))))
+ "0m5dvqh2as5ffi9fmp3452kw44jwm6pl1jw0r5mdkpdxhid15aw8"))))
(build-system meson-build-system)
(arguments
`(#:glib-or-gtk? #t
--
2.28.0
M
M
Mathieu Othacehe wrote on 18 Sep 2020 15:25
(name . Leo Prikler)(address . leo.prikler@student.tugraz.at)(address . 43490-done@debbugs.gnu.org)
878sd7z060.fsf@gnu.org
Toggle quote (2 lines)
> * gnu/packages/gnome.scm (komikku): Update to 0.20.0.

Applied, thanks.

Mathieu
Closed
?