python311Packages.bluetooth-sensor-state-data: 1.6.1 -> 1.6.2

Diff: https://github.com/Bluetooth-Devices/bluetooth-sensor-state-data/compare/v1.6.1...v1.6.2
This commit is contained in:
Fabian Affolter 2023-07-08 12:06:06 +02:00
parent 664c30f76b
commit db3c2dc278

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "bluetooth-sensor-state-data";
version = "1.6.1";
version = "1.6.2";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "Bluetooth-Devices";
repo = pname;
rev = "v${version}";
hash = "sha256-3qZlk6zV/AeFG4OSRONQ7EMw9Kk/yHjVHV2o64bxCGM=";
hash = "sha256-NC0l3wbQKz4MVM0kHbXBAUol74ir7V/JQgeYCVuyRs4=";
};
nativeBuildInputs = [