Merge pull request #109278 from fabaff/bump-pyftdi

python3Packages.pyftdi: 0.52.0 -> 0.52.9
This commit is contained in:
Jörg Thalheim 2021-01-13 17:06:55 +00:00 committed by GitHub
commit c8d8d17293
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,14 +8,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pyftdi"; pname = "pyftdi";
version = "0.52.0"; version = "0.52.9";
disabled = pythonOlder "3.5"; disabled = pythonOlder "3.5";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "eblot"; owner = "eblot";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "0nm4z7v9qcb9mxqbl21jgzica4faldnpy5qmbkrc6scnx55pxfm9"; sha256 = "07q9wmpl97a6laxfbcjqhv373msbsjppsyf5i77h0f6ccil0q1i6";
}; };
propagatedBuildInputs = [ pyusb pyserial ]; propagatedBuildInputs = [ pyusb pyserial ];