python3Packages.airthings-ble: 0.5.1 -> 0.5.2

This commit is contained in:
Martin Weinelt 2022-09-29 21:42:49 +02:00
parent 777fb86ebd
commit e6a30aefa2
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "airthings-ble";
version = "0.5.1";
version = "0.5.2";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -18,12 +18,12 @@ buildPythonPackage rec {
owner = "vincegio";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-polhWyEyu7ZaJ0fgXOhai+I/XhI8FTYYQGrRxiqAOPc=";
hash = "sha256-EPzYIPoT5yAdobmdfaehOYhYeKM6NMpcNZWVR2Dac8k=";
};
postPatch = ''
substituteInPlace pyproject.toml \
--replace 'bleak = "^0.15.1"' 'bleak = "*"'
--replace 'bleak-retry-connector = "^0.15.1"' 'bleak = "*"'
'';
nativeBuildInputs = [