python3Packages.bt-proximity: 0.0.20180217 -> 0.2

This commit is contained in:
Martin Weinelt 2021-02-02 22:22:21 +01:00
parent 434bf323aa
commit 078e37f324
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -3,7 +3,7 @@
buildPythonPackage {
pname = "bt-proximity";
version = "0.0.20180217";
version = "0.2";
# pypi only has a pre-compiled wheel and no sources
src = fetchFromGitHub {
@ -18,6 +18,8 @@ buildPythonPackage {
# there are no tests
doCheck = false;
pythonImportsCheck = [ "bt_proximity" ];
meta = with lib; {
description = "Bluetooth Proximity Detection using Python";
homepage = "https://github.com/FrederikBolding/bluetooth-proximity";