Merge pull request #257394 from r-ryantm/auto-update/python310Packages.led-ble

python310Packages.led-ble: 1.0.0 -> 1.0.1
This commit is contained in:
Nick Cao 2023-09-26 09:41:55 -04:00 committed by GitHub
commit f4780ba32c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "led-ble";
version = "1.0.0";
version = "1.0.1";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "Bluetooth-Devices";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-XAb/tJPUe/sNvcU7t63inMPBIz+AREioWXBuQa/c9T0=";
hash = "sha256-8DBA01QjW99OVYI9zC1Q+utnwzc10idUG7y+lmUbO4A=";
};
postPatch = ''
@ -34,10 +34,11 @@ buildPythonPackage rec {
];
propagatedBuildInputs = [
async-timeout
bleak
bleak-retry-connector
flux-led
] ++ lib.optionals (pythonOlder "3.11") [
async-timeout
];
nativeCheckInputs = [