python310Packages.habluetooth: 0.9.0 -> 1.0.0

This commit is contained in:
R. Ryantm 2023-12-20 02:27:01 +00:00
parent aef2be6c6c
commit 45466c67ad

View File

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "habluetooth";
version = "0.9.0";
version = "1.0.0";
pyproject = true;
disabled = pythonOlder "3.9";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "Bluetooth-Devices";
repo = "habluetooth";
rev = "refs/tags/v${version}";
hash = "sha256-jAv3ygKsd2leHTR6FAIxaq+PtQbjauzyA+wvxTfTe2g=";
hash = "sha256-bk6UU+QGrkHio5j0/rOup7EQV12F/lb4m4b7JiJ7LFw=";
};
postPatch = ''