Unverified Commit ba487dbc authored by Seth Flynn's avatar Seth Flynn Committed by GitHub
Browse files

komikku: 1.70.0 -> 1.71.0 (#386521)

parents 65bbec92 9f6eead2
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.70.0";
  version = "1.71.0";
  pyproject = false;

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

  nativeBuildInputs = [