python310Packages.airthings-ble: 0.4.0 -> 0.5.0

This commit is contained in:
Fabian Affolter 2022-08-29 08:45:41 +02:00
parent 9297cc1268
commit f9bc715a0e

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "airthings-ble";
version = "0.4.0";
version = "0.5.0";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "vincegio";
repo = pname;
rev = "v${version}";
hash = "sha256-wgFM9LjSI1U8C7MNfgir9oIfMS3lJZIYK0AmvnMGxx8=";
hash = "sha256-ihNy5Rme20fCO1tG7aqdVFhSF3DI9hAlge54+/nNGLs=";
};
nativeBuildInputs = [