Unverified Commit 7c73cc59 authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

komikku: 1.69.0 -> 1.70.0 (#381661)

parents 1cef6227 5216309c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@

python3.pkgs.buildPythonApplication rec {
  pname = "komikku";
  version = "1.69.0";
  version = "1.70.0";
  pyproject = false;

  src = fetchFromGitea {
@@ -31,7 +31,7 @@ python3.pkgs.buildPythonApplication rec {
    owner = "valos";
    repo = "Komikku";
    rev = "v${version}";
    hash = "sha256-YrqoUU2BYM6AMD5s6FJn8GV+UmyeKV2mFQyfJjLI8HA=";
    hash = "sha256-JkuA7He3gVhKZGsZGZkfQad8jUDlG7MaLlfkuhpcd3w=";
  };

  nativeBuildInputs = [