Merge pull request #324479 from fabaff/thermobeacon-ble-bump

python312Packages.thermobeacon-ble: 0.6.2 -> 0.7.0
This commit is contained in:
Nick Cao 2024-07-04 14:02:40 -04:00 committed by GitHub
commit 686536b53c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "thermobeacon-ble";
version = "0.6.2";
version = "0.7.0";
pyproject = true;
disabled = pythonOlder "3.9";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "bluetooth-devices";
repo = "thermobeacon-ble";
rev = "refs/tags/v${version}";
hash = "sha256-Nmu9oS6zkCTqk/cf8+fqDFhVcG/2JuDDumGTCubeS5o=";
hash = "sha256-XeLTY78zg+5HR+GH9bHl2t86ifcWm7AA4zSwJOknsdc=";
};
postPatch = ''