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

python311Packages.bluetooth-sensor-state-data: 1.6.1 -> 1.6.2
This commit is contained in:
Fabian Affolter 2023-07-08 17:09:00 +02:00 committed by GitHub
commit 0275a13e3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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