Skip to content

Commit

Permalink
Merge pull request #320041 from chuangzhu/komikku
Browse files Browse the repository at this point in the history
komikku: 1.47.0 -> 1.48.1
  • Loading branch information
h7x4 authored Jun 16, 2024
2 parents 019d779 + 0317150 commit 319b44d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkgs/applications/graphics/komikku/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

python3.pkgs.buildPythonApplication rec {
pname = "komikku";
version = "1.47.0";
version = "1.48.1";

format = "other";

Expand All @@ -28,7 +28,7 @@ python3.pkgs.buildPythonApplication rec {
owner = "valos";
repo = "Komikku";
rev = "v${version}";
hash = "sha256-ZYQjH3NUPeq5XgCZ6L78lJpgbK69ZMf2AzztbCgbYBo=";
hash = "sha256-U4MmVK75tPYJStJ0RRjfbzSbpGLJ07rJg6ClHI+tAfM=";
};

nativeBuildInputs = [
Expand Down Expand Up @@ -62,6 +62,7 @@ python3.pkgs.buildPythonApplication rec {
natsort
piexif
pillow
pillow-heif
curl-cffi
pygobject3
python-magic
Expand Down

0 comments on commit 319b44d

Please sign in to comment.