[PATCH] gnu: komikku: Update to 1.6.1.

  • Done
  • quality assurance status badge
Details
One participant
  • Liliana Marie Prikler
Owner
unassigned
Submitted by
Liliana Marie Prikler
Severity
normal
L
L
Liliana Marie Prikler wrote on 15 Dec 2022 14:40
(address . guix-patches@gnu.org)
7f0ad5fe2326756023a738d9c4170bc1d0b225be.camel@gmail.com
* gnu/packages/gnome.scm (komikku): Update to 1.6.1.
[inputs]: Add python-emoji.
---
gnu/packages/gnome.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Toggle diff (32 lines)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index b6ff8d4fe7..a4f94b2644 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -13160,7 +13160,7 @@ (define-public gnome-builder
(define-public komikku
(package
(name "komikku")
- (version "1.4.0")
+ (version "1.6.1")
(source
(origin
(method git-fetch)
@@ -13170,7 +13170,7 @@ (define-public komikku
(file-name (git-file-name name version))
(sha256
(base32
- "1sawvmni28qnca8lmw6li3ad36lb7sbf22zqbzp5f9wjwx7q609k"))))
+ "0ppd9cl16zwqsmpy0pry43qsfrm2xal77y4339qwbnas74gcl1wh"))))
(build-system meson-build-system)
(arguments
(list
@@ -13209,6 +13209,7 @@ (define-public komikku
python-brotli
python-cloudscraper
python-dateparser
+ python-emoji
python-keyring
python-lxml
python-magic
--
2.38.1
L
L
Liliana Marie Prikler wrote on 1 Jan 2023 18:43
(address . 60090-done@debbugs.gnu.org)
f7aaa2cae6557f00c5e6aa074fc379aae5ac43b1.camel@gmail.com
Am Donnerstag, dem 15.12.2022 um 14:40 +0100 schrieb Liliana Marie
Prikler:
Toggle quote (3 lines)
> * gnu/packages/gnome.scm (komikku): Update to 1.6.1.
> [inputs]: Add python-emoji.
> ---
A newer version is already out, but pushing this in the meantime.

Cheers
Closed
?