[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: komikku: Update to 1.2.0.
From: |
guix-commits |
Subject: |
branch master updated: gnu: komikku: Update to 1.2.0. |
Date: |
Wed, 26 Oct 2022 08:30:31 -0400 |
This is an automated email from the git hooks/post-receive script.
lilyp pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 748684237c gnu: komikku: Update to 1.2.0.
748684237c is described below
commit 748684237c08ae8600755b06fba3573741626e3a
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Wed Oct 26 14:17:46 2022 +0200
gnu: komikku: Update to 1.2.0.
* gnu/packages/gnome.scm (komikku): Update to 1.2.0.
[inputs]: Add ‘python-rarfile’.
---
gnu/packages/gnome.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 0fcd6f0f95..38c998d22a 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -13060,7 +13060,7 @@ profiler via Sysprof, debugging support, and more.")
(define-public komikku
(package
(name "komikku")
- (version "1.1.0")
+ (version "1.2.0")
(source
(origin
(method git-fetch)
@@ -13070,7 +13070,7 @@ profiler via Sysprof, debugging support, and more.")
(file-name (git-file-name name version))
(sha256
(base32
- "0ik3dwyq3r44d0h7r7x8j2sah9fhzilyvds1d6bbgbccqxzw4lnh"))))
+ "11pyhr8604dphsvh0pd0q5yi8f43sias37pwj1szq0l2gr5hv0q0"))))
(build-system meson-build-system)
(arguments
(list
@@ -13117,6 +13117,7 @@ profiler via Sysprof, debugging support, and more.")
python-pure-protobuf
python-pycairo
python-pygobject
+ python-rarfile
python-requests
python-unidecode
webkitgtk-next))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: komikku: Update to 1.2.0.,
guix-commits <=