Fabian Affolter 2023-12-31 10:50:27 +01:00
parent eb5939edd1
commit 12898d840c

View file

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "habluetooth";
version = "2.0.0";
version = "2.0.1";
pyproject = true;
disabled = pythonOlder "3.9";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "Bluetooth-Devices";
repo = "habluetooth";
rev = "refs/tags/v${version}";
hash = "sha256-JoSvI6L/hs6lZ1R3MEq1mPiJJf7JQahFd3d+PLqN2lw=";
hash = "sha256-vUq3WVo9dAt4Q/oid9ixLwI6v6jCavRU9FZYR6t6TzI=";
};
postPatch = ''