Merge pull request #322182 from r-ryantm/auto-update/python311Packages.bluetooth-sensor-state-data

python311Packages.bluetooth-sensor-state-data: 1.7.0 -> 1.7.1
This commit is contained in:
Sandro 2024-07-03 22:08:21 +02:00 committed by GitHub
commit b0223d30cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "bluetooth-sensor-state-data";
version = "1.7.0";
version = "1.7.1";
pyproject = true;
disabled = pythonOlder "3.9";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "Bluetooth-Devices";
repo = "bluetooth-sensor-state-data";
rev = "refs/tags/v${version}";
hash = "sha256-phiK+2tULBE78d1X/TsaT2kLRHxiCiuLMkaI7S6tqJ8=";
hash = "sha256-Gsg6Gbb+nvrKr7vn9zUuPTPtSjqFJyMk7oLt7LUUn5A=";
};
postPatch = ''