Merge pull request #212166 from fabaff/airthings-ble-bump

python310Packages.airthings-ble: 0.5.4 -> 0.5.5
This commit is contained in:
Nick Cao 2023-01-23 09:04:30 +08:00 committed by GitHub
commit 32bb6eaaf1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "airthings-ble";
version = "0.5.4";
version = "0.5.5";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "vincegio";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-eN0JSbzsB/KOkPTbjmc0X5IWf2yg004fNqGhdC2siFQ=";
hash = "sha256-A1YsYOquDUDGeEI4xzQSjEk1H92Jjlhsb5IPRt0lM2c=";
};
postPatch = ''