python3Packages.pc-ble-driver-py: 0.16.3 -> 0.17.0

This version adds support for Python 3.10.
This commit is contained in:
Kenny MacDermid 2022-07-03 23:58:22 -03:00
parent 05d8e4cb6d
commit 467e45ea3d
No known key found for this signature in database
GPG key ID: 88B5D54B9ACB2F23

View file

@ -16,15 +16,15 @@
buildPythonPackage rec {
pname = "pc-ble-driver-py";
version = "0.16.3";
version = "0.17.0";
disabled = pythonOlder "3.7" || pythonAtLeast "3.10";
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "NordicSemiconductor";
repo = "pc-ble-driver-py";
rev = "v${version}";
sha256 = "sha256-X21GQsyRZu1xdoTlD9DjceIWKpcuTLdIDf8UahntS3s=";
sha256 = "sha256-brC33ar2Jq3R2xdrklvVsQKf6pcnKwD25PO4TIvXgTg=";
};
nativeBuildInputs = [