python3Packages.pc-ble-driver-py: 0.14.2 -> 0.15.0

This commit is contained in:
Jonathan Ringer 2021-03-24 10:41:52 -07:00 committed by Frederik Rietdijk
parent a95ee664a0
commit 1db505d311

View file

@ -3,14 +3,14 @@
buildPythonPackage rec {
pname = "pc-ble-driver-py";
version = "0.14.2";
version = "0.15.0";
disabled = pythonOlder "3.6" || pythonAtLeast "3.9";
src = fetchFromGitHub {
owner = "NordicSemiconductor";
repo = "pc-ble-driver-py";
rev = "v${version}";
sha256 = "1zbi3v4jmgq1a3ml34dq48y1hinw2008vwqn30l09r5vqvdgnj8m";
rev = version;
sha256 = "1ckbsq9dwca8hpx9frf9xd80b4z4kn9j7jx94hza9bwzrh26x5ji";
};
# doCheck tries to write to the global python directory to install things