python3Packages.epaper-dithering: 0.6.3 -> 0.6.4
Diff: https://github.com/OpenDisplay/epaper-dithering/compare/python-v0.6.3...python-v0.6.4 Changelog: https://github.com/OpenDisplay/epaper-dithering/releases/tag/python-v0.6.4
This commit is contained in:
committed by
Martin Weinelt
parent
49340e2a22
commit
911fff9f58
@@ -10,14 +10,14 @@
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "epaper-dithering";
|
||||
version = "0.6.3";
|
||||
version = "0.6.4";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "OpenDisplay";
|
||||
repo = "epaper-dithering";
|
||||
tag = "python-v${finalAttrs.version}";
|
||||
hash = "sha256-h84AgWJR8zVuwoz02A3U82yTOw4MSK9DjaxkYi0nWkM=";
|
||||
hash = "sha256-GWILjyzPg5mCDQ6jQw5o3v+gkbdxiHzSSVQkW3dC01I=";
|
||||
};
|
||||
|
||||
sourceRoot = "${finalAttrs.src.name}/packages/python";
|
||||
|
||||
Reference in New Issue
Block a user