Merge pull request #186700 from fabaff/sensor-state-data-bump

python310Packages.sensor-state-data: 2.1.2 -> 2.2.0
This commit is contained in:
Fabian Affolter 2022-08-14 21:52:19 +02:00 committed by GitHub
commit 849d7b6514
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [