upscaler: 1.4.0 -> 1.4.1

This commit is contained in:
seth
2024-12-04 01:13:00 -05:00
parent cb35b9803f
commit 8539595cbe
+2 -2
View File
@@ -18,7 +18,7 @@
python3Packages.buildPythonApplication rec {
pname = "upscaler";
version = "1.4.0";
version = "1.4.1";
pyproject = false; # meson instead of pyproject
@@ -27,7 +27,7 @@ python3Packages.buildPythonApplication rec {
owner = "World";
repo = "Upscaler";
rev = version;
hash = "sha256-Dy8tykIbK5o0XulurG+TxORZZSxfRe5Kjh6aGpsh+0Y=";
hash = "sha256-WjhefFyd1hnngD/uIvgjAI4i6AyoldDJKWocvotGw9g=";
};
passthru.updateScript = gitUpdater { };