gnu: komikku: Update to 0.24.0.
* gnu/packages/gnome.scm (komikku): Update to 0.24.0. [inputs] Replace python-cloudscraper with python-requests. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>master
parent
ee94cd265e
commit
caee6ec7c8
|
@ -11936,7 +11936,7 @@ integrated profiler via Sysprof, debugging support, and more.")
|
||||||
(define-public komikku
|
(define-public komikku
|
||||||
(package
|
(package
|
||||||
(name "komikku")
|
(name "komikku")
|
||||||
(version "0.23.0")
|
(version "0.24.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -11946,7 +11946,7 @@ integrated profiler via Sysprof, debugging support, and more.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1xh3qmf2pk80qxj528lajjcwg7mps72s1zz8cj388av58p8l3hyw"))))
|
"010p32zrim245y0l784yp0rasqcqlyr3lrxwl3r1876x83qhs6q3"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:glib-or-gtk? #t
|
`(#:glib-or-gtk? #t
|
||||||
|
@ -11978,7 +11978,6 @@ integrated profiler via Sysprof, debugging support, and more.")
|
||||||
("libnotify" ,libnotify)
|
("libnotify" ,libnotify)
|
||||||
("libsecret" ,libsecret)
|
("libsecret" ,libsecret)
|
||||||
("python-beautifulsoup4" ,python-beautifulsoup4)
|
("python-beautifulsoup4" ,python-beautifulsoup4)
|
||||||
("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)
|
||||||
|
@ -11987,6 +11986,7 @@ integrated profiler via Sysprof, debugging support, and more.")
|
||||||
("python-pure-protobuf" ,python-pure-protobuf)
|
("python-pure-protobuf" ,python-pure-protobuf)
|
||||||
("python-pycairo" ,python-pycairo)
|
("python-pycairo" ,python-pycairo)
|
||||||
("python-pygobject" ,python-pygobject)
|
("python-pygobject" ,python-pygobject)
|
||||||
|
("python-requests" ,python-requests)
|
||||||
("python-unidecode" ,python-unidecode)))
|
("python-unidecode" ,python-unidecode)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("desktop-file-utils" ,desktop-file-utils)
|
`(("desktop-file-utils" ,desktop-file-utils)
|
||||||
|
|
Reference in New Issue