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

python310Packages.airthings-ble: 0.5.0 -> 0.5.1
This commit is contained in:
Fabian Affolter 2022-09-18 12:47:12 +02:00 committed by GitHub
commit c76aa3f52d
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.0";
version = "0.5.1";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "vincegio";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-ihNy5Rme20fCO1tG7aqdVFhSF3DI9hAlge54+/nNGLs=";
hash = "sha256-polhWyEyu7ZaJ0fgXOhai+I/XhI8FTYYQGrRxiqAOPc=";
};
postPatch = ''