owocr: 1.26.7 -> 1.26.8 (#506672)

This commit is contained in:
Nick Cao
2026-04-06 20:40:45 +00:00
committed by GitHub
+2 -2
View File
@@ -5,14 +5,14 @@
}:
python3Packages.buildPythonApplication (finalAttrs: {
pname = "owocr";
version = "1.26.7";
version = "1.26.8";
pyproject = true;
src = fetchFromGitHub {
owner = "AuroraWright";
repo = "owocr";
tag = finalAttrs.version;
hash = "sha256-OdGYxyJiIfkDxz6RyR9IrdO8ILCNHqb8CjSaUylauZA=";
hash = "sha256-bdkhuEH2OJspJ9gBmQQAzCimN1Iuj5D6Cdzr0dO0HEc=";
};
# we use pystray directly to avoid making a new package