python310Packages.bthome-ble: 2.6.0 -> 2.7.0

Changelog: https://github.com/bluetooth-devices/bthome-ble/blob/v2.7.0/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2023-02-25 21:46:04 +01:00
parent 4c7a84fc1f
commit 880c0b2c8b

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "bthome-ble";
version = "2.6.0";
version = "2.7.0";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "Bluetooth-Devices";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-+8NM/lyXeO1/kkotGuTwYbzmTbmriiQPXeqmT13iRXg=";
hash = "sha256-wt/TA8bymjYgYSb63Viqf6ToUE1ffa2a3SEVFuTHh94=";
};
nativeBuildInputs = [