mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: komikku: Update to 0.29.2.
* gnu/packages/gnome.scm (komikku): Update to 0.29.2. [inputs]: Add python-cloudscraper.
This commit is contained in:
parent
1aa8cc2f0e
commit
d3ff6e5d1b
1 changed files with 3 additions and 2 deletions
|
@ -11998,7 +11998,7 @@ (define-public gnome-builder
|
||||||
(define-public komikku
|
(define-public komikku
|
||||||
(package
|
(package
|
||||||
(name "komikku")
|
(name "komikku")
|
||||||
(version "0.29.1")
|
(version "0.29.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -12008,7 +12008,7 @@ (define-public komikku
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0cl1j28cmbwnfcbsqjqd466aysn71hdwzbrwy0jk0hfzyk0kjqi7"))))
|
"0g1whk0y3k1cy6ix20gz226ww1vzpb9hinn5d24z6j38mdgqqa5l"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:glib-or-gtk? #t
|
`(#:glib-or-gtk? #t
|
||||||
|
@ -12041,6 +12041,7 @@ (define-public komikku
|
||||||
("libsecret" ,libsecret)
|
("libsecret" ,libsecret)
|
||||||
("python-beautifulsoup4" ,python-beautifulsoup4)
|
("python-beautifulsoup4" ,python-beautifulsoup4)
|
||||||
("python-brotli" ,python-brotli)
|
("python-brotli" ,python-brotli)
|
||||||
|
("python-cloudscraper" ,python-cloudscraper)
|
||||||
("python-dateparser" ,python-dateparser)
|
("python-dateparser" ,python-dateparser)
|
||||||
("python-keyring" ,python-keyring)
|
("python-keyring" ,python-keyring)
|
||||||
("python-lxml" ,python-lxml)
|
("python-lxml" ,python-lxml)
|
||||||
|
|
Loading…
Reference in a new issue