python310Packages.airthings-ble: 0.3.0 -> 0.4.0

This commit is contained in:
Fabian Affolter 2022-08-29 08:44:14 +02:00
parent 567fc860a4
commit 9297cc1268

View File

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