python310Packages.bluetooth-adapters: 0.3.0 -> 0.3.4

This commit is contained in:
Fabian Affolter 2022-09-05 08:52:58 +02:00 committed by Martin Weinelt
parent fdb161c700
commit bd169fa699

View File

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