diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-05-19 20:08:33 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-05-19 20:08:33 +0100 |
| commit | 8f0a9cea71a4b2f9e408675b6c3a66393194ea6b (patch) | |
| tree | 7e21928e8d5224121b3b2ab84702beb91ab01b29 | |
| parent | d61d8e4c7cdbf3c5087fd4b9f091f0eab2915074 (diff) | |
gnu: komikku: Update to 50.4.0.
* gnu/packages/gnome-circle.scm (komikku): Update to 50.4.0.
[inputs]: Remove python-cloudscraper, python-pillow-heif-0.22,
python-pure-protobuf, and python-pycairo.
Change-Id: I20eae3281add1bc5979463356dc65c40ea0f0207
| -rw-r--r-- | gnu/packages/gnome-circle.scm | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/gnu/packages/gnome-circle.scm b/gnu/packages/gnome-circle.scm index 837e226a33..6efd7ddb67 100644 --- a/gnu/packages/gnome-circle.scm +++ b/gnu/packages/gnome-circle.scm @@ -682,17 +682,17 @@ and a high score table.") (define-public komikku (package (name "komikku") - (version "50.3.0") + (version "50.4.0") (source (origin (method git-fetch) (uri (git-reference - (url "https://codeberg.org/valos/Komikku/") - (commit (string-append "v" version)))) + (url "https://codeberg.org/valos/Komikku/") + (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 (base32 - "0hm1infvdsms193g2yp7qw7lrsxjsx5zziib8hgch34y6dbhfhf1")))) + "0skkb1b6jgfzy3v1bhbgxkgxmjvnxdi442asp5gdm7j8j9cv5wxv")))) (build-system meson-build-system) (arguments (list @@ -738,21 +738,18 @@ and a high score table.") python python-beautifulsoup4 python-brotli - python-cloudscraper python-colorthief + ;; python-curl-cffi ;not packaged yet in Guix python-dateparser python-ebooklib python-emoji - python-keyring python-jxlpy + python-keyring python-lxml python-magic python-natsort python-piexif python-pillow - python-pillow-heif-0.22 - python-pure-protobuf - python-pycairo python-pygobject python-pyjwt python-pypdf @@ -774,8 +771,8 @@ and a high score table.") developed with the aim of being used with the Librem 5 phone.") (license license:gpl3+) (native-search-paths (list (search-path-specification - (variable "KOMIKKU_SERVERS_PATH") - (files '("lib/komikku/servers"))))))) + (variable "KOMIKKU_SERVERS_PATH") + (files '("lib/komikku/servers"))))))) (define-public komikku-servers (package |
