Unverified Commit 8e79c13f authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

upscaler: 1.5.1 -> 1.5.2 (#408427)

parents 5b997602 b9b954e2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@

python3Packages.buildPythonApplication rec {
  pname = "upscaler";
  version = "1.5.1";
  version = "1.5.2";

  pyproject = false; # meson instead of pyproject

@@ -27,7 +27,7 @@ python3Packages.buildPythonApplication rec {
    owner = "World";
    repo = "Upscaler";
    rev = version;
    hash = "sha256-yff33enYV42dRUr3zzDwUOud7mRxwFCz9BCGXpSgV9k=";
    hash = "sha256-QpKeu4k31BKcpPFLvb4iuFMdE3IwQARCDXTqWhWhBM0=";
  };

  passthru.updateScript = gitUpdater { };