python311Packages.pyftdi: 0.54.0 -> 0.55.0

Diff: https://github.com/eblot/pyftdi/compare/v0.54.0...v0.55.0
This commit is contained in:
Fabian Affolter 2023-08-11 07:21:15 +00:00
parent bb9707ef2e
commit bda4b7c0af

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "pyftdi";
version = "0.54.0";
version = "0.55.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "eblot";
repo = pname;
rev = "v${version}";
hash = "sha256-vL8jSgTtDvaHuCvaCYmFixILQFasTl82yINL5yRtOwU=";
hash = "sha256-EEMHY5EKftci72huF5UmJyh2wJAc8uNh/QhGSSAVXIU=";
};
propagatedBuildInputs = [