python3Packages.epaper-dithering: 5.0.6 -> 5.0.7 (#537281)

This commit is contained in:
Peder Bergebakken Sundt
2026-07-03 21:20:09 +00:00
committed by GitHub
2 changed files with 4 additions and 2 deletions
@@ -10,14 +10,14 @@
buildPythonPackage (finalAttrs: {
pname = "epaper-dithering";
version = "5.0.6";
version = "5.0.7";
pyproject = true;
src = fetchFromGitHub {
owner = "OpenDisplay";
repo = "epaper-dithering";
tag = "epaper-dithering-v${finalAttrs.version}";
hash = "sha256-8xkgKOHS68aQWrJLNwUusZzXK7oAyjDvxd9c5aUDA84=";
hash = "sha256-cAMmjIBqUIhwS4Ak5fXG927pqt5xnBaOEUthv9LQjG8=";
};
sourceRoot = "${finalAttrs.src.name}/packages/python";
@@ -36,6 +36,8 @@ buildPythonPackage (finalAttrs: {
pillow
];
pythonRelaxDeps = [ "epaper-dithering" ];
nativeCheckInputs = [
pytestCheckHook
pytest-asyncio