mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: komikku: Update to 1.6.1.
* gnu/packages/gnome.scm (komikku): Update to 1.6.1. [inputs]: Add python-emoji.
This commit is contained in:
parent
0a08372b77
commit
6d4c538933
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue