me
/
guix
Archived
1
0
Fork 0

gnu: komikku: Update to 0.29.2.

* gnu/packages/gnome.scm (komikku): Update to 0.29.2.
[inputs]: Add python-cloudscraper.
master
Leo Prikler 2021-06-14 13:07:34 +02:00
parent 1aa8cc2f0e
commit d3ff6e5d1b
No known key found for this signature in database
GPG Key ID: 442A84B8C70E2F87
1 changed files with 3 additions and 2 deletions

View File

@ -11998,7 +11998,7 @@ integrated profiler via Sysprof, debugging support, and more.")
(define-public komikku
(package
(name "komikku")
(version "0.29.1")
(version "0.29.2")
(source
(origin
(method git-fetch)
@ -12008,7 +12008,7 @@ integrated profiler via Sysprof, debugging support, and more.")
(file-name (git-file-name name version))
(sha256
(base32
"0cl1j28cmbwnfcbsqjqd466aysn71hdwzbrwy0jk0hfzyk0kjqi7"))))
"0g1whk0y3k1cy6ix20gz226ww1vzpb9hinn5d24z6j38mdgqqa5l"))))
(build-system meson-build-system)
(arguments
`(#:glib-or-gtk? #t
@ -12041,6 +12041,7 @@ integrated profiler via Sysprof, debugging support, and more.")
("libsecret" ,libsecret)
("python-beautifulsoup4" ,python-beautifulsoup4)
("python-brotli" ,python-brotli)
("python-cloudscraper" ,python-cloudscraper)
("python-dateparser" ,python-dateparser)
("python-keyring" ,python-keyring)
("python-lxml" ,python-lxml)