python3Packages.py-opendisplay: 5.5.0 -> 5.9.0
Diff: https://github.com/OpenDisplay/py-opendisplay/compare/v5.5.0...v5.9.0 Changelog: https://github.com/OpenDisplay/py-opendisplay/releases/tag/v5.9.0
This commit is contained in:
committed by
Martin Weinelt
parent
911fff9f58
commit
979f446dcf
@@ -5,6 +5,7 @@
|
||||
hatchling,
|
||||
bleak,
|
||||
bleak-retry-connector,
|
||||
cryptography,
|
||||
epaper-dithering,
|
||||
numpy,
|
||||
pillow,
|
||||
@@ -14,14 +15,14 @@
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "py-opendisplay";
|
||||
version = "5.5.0";
|
||||
version = "5.9.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "OpenDisplay";
|
||||
repo = "py-opendisplay";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-pPV4Ir9GK++66qq5QGnwyjpBinK7EvI7C7HB14tFDXU=";
|
||||
hash = "sha256-7YR+VPCsmuDJaWdToCytg8zsIDkKVRiQnVlmWtBzqrA=";
|
||||
};
|
||||
|
||||
build-system = [ hatchling ];
|
||||
@@ -29,6 +30,7 @@ buildPythonPackage (finalAttrs: {
|
||||
dependencies = [
|
||||
bleak
|
||||
bleak-retry-connector
|
||||
cryptography
|
||||
epaper-dithering
|
||||
numpy
|
||||
pillow
|
||||
|
||||
Reference in New Issue
Block a user