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

komikku: 1.71.0 -> 1.72.0 (#388082)

parents c529c86c 965baedb
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.71.0";
  version = "1.72.0";
  pyproject = false;

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

  nativeBuildInputs = [