Merge pull request #75371 from r-ryantm/auto-update/python3.8-pyftdi

python38Packages.pyftdi: 0.30.3 -> 0.42.2
This commit is contained in:
Mario Rodas 2019-12-10 00:35:49 -05:00 committed by GitHub
commit 467e9486e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,12 +8,12 @@
buildPythonPackage rec {
pname = "pyftdi";
version = "0.30.3";
version = "0.42.2";
disabled = pythonOlder "3.5";
src = fetchPypi {
inherit pname version;
sha256 = "ed55f0cb2d2f84b6e97be9583d582480ba9777cb0179aac0bb0ac480cd6760f5";
sha256 = "1bpb2rq7bc3p4g9qrfp4a7qcic79cvv1wh17j231bnpmy48njhvj";
};
propagatedBuildInputs = [ pyusb pyserial ];