diff mbox series

[bug#60090] gnu: komikku: Update to 1.6.1.

Message ID 7f0ad5fe2326756023a738d9c4170bc1d0b225be.camel@gmail.com
State New
Headers show
Series [bug#60090] gnu: komikku: Update to 1.6.1. | expand

Commit Message

Liliana Marie Prikler Dec. 15, 2022, 1:40 p.m. UTC
* 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(-)

Comments

Liliana Marie Prikler Jan. 1, 2023, 5:43 p.m. UTC | #1
Am Donnerstag, dem 15.12.2022 um 14:40 +0100 schrieb Liliana Marie
Prikler:
> * 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
diff mbox series

Patch

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