python3Packages.pc-ble-driver-py: 0.14.2 -> 0.15.0
This commit is contained in:
parent
a95ee664a0
commit
1db505d311
@ -3,14 +3,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pc-ble-driver-py";
|
pname = "pc-ble-driver-py";
|
||||||
version = "0.14.2";
|
version = "0.15.0";
|
||||||
disabled = pythonOlder "3.6" || pythonAtLeast "3.9";
|
disabled = pythonOlder "3.6" || pythonAtLeast "3.9";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "NordicSemiconductor";
|
owner = "NordicSemiconductor";
|
||||||
repo = "pc-ble-driver-py";
|
repo = "pc-ble-driver-py";
|
||||||
rev = "v${version}";
|
rev = version;
|
||||||
sha256 = "1zbi3v4jmgq1a3ml34dq48y1hinw2008vwqn30l09r5vqvdgnj8m";
|
sha256 = "1ckbsq9dwca8hpx9frf9xd80b4z4kn9j7jx94hza9bwzrh26x5ji";
|
||||||
};
|
};
|
||||||
|
|
||||||
# doCheck tries to write to the global python directory to install things
|
# doCheck tries to write to the global python directory to install things
|
||||||
|
Loading…
x
Reference in New Issue
Block a user