[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: komikku: Update to 0.22.1.
From: |
guix-commits |
Subject: |
branch master updated: gnu: komikku: Update to 0.22.1. |
Date: |
Wed, 18 Nov 2020 05:05:59 -0500 |
This is an automated email from the git hooks/post-receive script.
efraim pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 5c3f7c8 gnu: komikku: Update to 0.22.1.
5c3f7c8 is described below
commit 5c3f7c8ab85a37f45b577a799322dfe60f4039ab
Author: Leo Prikler <leo.prikler@student.tugraz.at>
AuthorDate: Wed Nov 18 09:28:33 2020 +0100
gnu: komikku: Update to 0.22.1.
* gnu/packages/gnome.scm (komikku): Update to 0.22.1.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
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 854548b..331aeba 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.0")
+ (version "0.22.1")
(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
- "037lc7qmzqiwjshbp8b8simj1vfdmkpj2mgibsx9nqknf0cnv2pg"))))
+ "0ds4j542zprbyh36qyii1c9mb7kj14cvrfk5miqjvp8y4b5i6mdi"))))
(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.22.1.,
guix-commits <=