python310Packages.sensor-state-data: 2.1.2 -> 2.2.0

This commit is contained in:
Fabian Affolter 2022-08-14 10:59:58 +02:00
parent b89ca7c648
commit 1b88241f7e

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "sensor-state-data";
version = "2.1.2";
version = "2.2.0";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "Bluetooth-Devices";
repo = pname;
rev = "v${version}";
hash = "sha256-Z4sHrj0APoCfPhdSKB9guRrPo4TD47+GcQ0KoFgb268=";
hash = "sha256-ThROGmCNsOOJ65sOXRS1FefwN8Wf2DmHP294y3JVQvk=";
};
nativeBuildInputs = [