Unverified Commit 4f3a0744 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #248484 from fabaff/pyftdi-bump

python311Packages.pyftdi: 0.54.0 -> 0.55.0
parents bb9707ef bda4b7c0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [