python3Packages.epaper-dithering: 5.0.6 -> 5.0.7

This commit is contained in:
R. Ryantm
2026-06-30 21:12:49 -07:00
committed by Jamie Magee
parent 536c906eb9
commit 19daf0e20a
@@ -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";