Martin Weinelt 2022-09-10 11:41:48 +02:00
parent 54de96ef47
commit cddc60e890
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "bluetooth-adapters";
version = "0.3.4";
version = "0.3.6";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "Bluetooth-Devices";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-bnFcqWM1kN2m3HMHJ5LgGJPxCXlgULu7kSl7RpKsVxc=";
hash = "sha256-mekruNzoix61idaGv/BIgb1fwKcA/+UGOnjX85jQWDQ=";
};
postPatch = ''