Commit fb3ba5ec authored by R. RyanTM's avatar R. RyanTM
Browse files

python312Packages.pyftdi: 0.55.4 -> 0.56.0

parent 9ef8694c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

buildPythonPackage rec {
  pname = "pyftdi";
  version = "0.55.4";
  version = "0.56.0";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
    owner = "eblot";
    repo = "pyftdi";
    rev = "refs/tags/v${version}";
    hash = "sha256-InJJnbAPYlV071EkEWECJC79HLZ6SWo2VP7PqMgOGow=";
    hash = "sha256-/MwgBqwN7xmZepdJzyRhZflbCUpGdWEbEGGKkBnKTFI=";
  };

  build-system = [ setuptools ];