mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: komikku: Update to 1.2.0.
* gnu/packages/gnome.scm (komikku): Update to 1.2.0. [inputs]: Add ‘python-rarfile’.
This commit is contained in:
parent
ec74eef890
commit
748684237c
1 changed files with 3 additions and 2 deletions
|
@ -13060,7 +13060,7 @@ (define-public gnome-builder
|
|||
(define-public komikku
|
||||
(package
|
||||
(name "komikku")
|
||||
(version "1.1.0")
|
||||
(version "1.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -13070,7 +13070,7 @@ (define-public komikku
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0ik3dwyq3r44d0h7r7x8j2sah9fhzilyvds1d6bbgbccqxzw4lnh"))))
|
||||
"11pyhr8604dphsvh0pd0q5yi8f43sias37pwj1szq0l2gr5hv0q0"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
@ -13117,6 +13117,7 @@ (define-public komikku
|
|||
python-pure-protobuf
|
||||
python-pycairo
|
||||
python-pygobject
|
||||
python-rarfile
|
||||
python-requests
|
||||
python-unidecode
|
||||
webkitgtk-next))
|
||||
|
|
Loading…
Reference in a new issue