Merge pull request #270683 from chuangzhu/komikku

komikku: 1.24.2 -> 1.29.0
This commit is contained in:
Weijia Wang 2023-11-30 03:14:32 +01:00 committed by GitHub
commit 7c3465365c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,10 +1,10 @@
{ lib
, fetchFromGitLab
, fetchpatch
, desktop-file-utils
, gettext
, glib
, gobject-introspection
, blueprint-compiler
, gtk4
, libadwaita
, libnotify
@ -19,7 +19,7 @@
python3.pkgs.buildPythonApplication rec {
pname = "komikku";
version = "1.24.2";
version = "1.29.0";
format = "other";
@ -27,7 +27,7 @@ python3.pkgs.buildPythonApplication rec {
owner = "valos";
repo = "Komikku";
rev = "v${version}";
hash = "sha256-c00JRy1K/jYoQYNAMSm6lQkuGQXZv/2liV1F4jpg+C4=";
hash = "sha256-efKYmsDbdDxgOHkv05zwlq88NzW7pYOQOYcJqPeKXkY=";
};
nativeBuildInputs = [
@ -39,6 +39,7 @@ python3.pkgs.buildPythonApplication rec {
glib # for glib-compile-resources
desktop-file-utils
gobject-introspection
blueprint-compiler
];
buildInputs = [
@ -50,20 +51,21 @@ python3.pkgs.buildPythonApplication rec {
];
propagatedBuildInputs = with python3.pkgs; [
pygobject3
beautifulsoup4
brotli
cloudscraper
colorthief
dateparser
emoji
keyring
lxml
python-magic
natsort
piexif
pillow
pure-protobuf
pygobject3
python-magic
rarfile
requests
unidecode
];