[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: komikku: Update to 0.23.0.
From: |
guix-commits |
Subject: |
branch master updated: gnu: komikku: Update to 0.23.0. |
Date: |
Fri, 20 Nov 2020 08:24:04 -0500 |
This is an automated email from the git hooks/post-receive script.
nckx pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new b4c727f gnu: komikku: Update to 0.23.0.
b4c727f is described below
commit b4c727f1e58e908b10bebdbaa3f88adacfd9a744
Author: Leo Prikler <leo.prikler@student.tugraz.at>
AuthorDate: Fri Nov 20 10:31:17 2020 +0100
gnu: komikku: Update to 0.23.0.
* gnu/packages/gnome.scm (komikku): Update to 0.23.0.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 54d3b04..f05aafa 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -11901,7 +11901,7 @@ integrated profiler via Sysprof, debugging support, and
more.")
(define-public komikku
(package
(name "komikku")
- (version "0.22.1")
+ (version "0.23.0")
(source
(origin
(method git-fetch)
@@ -11911,7 +11911,7 @@ integrated profiler via Sysprof, debugging support, and
more.")
(file-name (git-file-name name version))
(sha256
(base32
- "0ds4j542zprbyh36qyii1c9mb7kj14cvrfk5miqjvp8y4b5i6mdi"))))
+ "1xh3qmf2pk80qxj528lajjcwg7mps72s1zz8cj388av58p8l3hyw"))))
(build-system meson-build-system)
(arguments
`(#:glib-or-gtk? #t
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: komikku: Update to 0.23.0.,
guix-commits <=