python310Packages.bluetooth-data-tools: 0.1.2 -> 0.2.0

This commit is contained in:
Fabian Affolter
2022-11-05 13:29:18 +01:00
committed by Martin Weinelt
parent 85bd60c7cb
commit 3c783987b8
@@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "bluetooth-data-tools";
version = "0.1.2";
version = "0.2.0";
format = "pyproject";
disabled = pythonOlder "3.9";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "Bluetooth-Devices";
repo = pname;
rev = "v${version}";
hash = "sha256-AobkHODtWun2TPxb6yR/ieYyeIndTG0KmxTY81fQHCA=";
hash = "sha256-5FOFN2B35dTYuZhO09HZ/sNkY5X16bICP+qWzmrua5o=";
};
nativeBuildInputs = [