upscaler: 1.5.2 -> 1.6.0

(cherry picked from commit 4ee5f6fed6)
This commit is contained in:
R. Ryantm
2025-07-19 05:08:59 +00:00
committed by github-actions[bot]
parent 765eb776c4
commit 28e6748d66

View File

@@ -18,7 +18,7 @@
python3Packages.buildPythonApplication rec {
pname = "upscaler";
version = "1.5.2";
version = "1.6.0";
pyproject = false; # meson instead of pyproject
@@ -27,7 +27,7 @@ python3Packages.buildPythonApplication rec {
owner = "World";
repo = "Upscaler";
rev = version;
hash = "sha256-QpKeu4k31BKcpPFLvb4iuFMdE3IwQARCDXTqWhWhBM0=";
hash = "sha256-OsycWrMR/SEZTlNQFd0wKF4CQNXKV/mBHaqiliMFw00=";
};
passthru.updateScript = gitUpdater { };