python312Packages.pyftdi: 0.55.4 -> 0.56.0 (#358637)

This commit is contained in:
Nick Cao
2024-11-25 09:18:45 -05:00
committed by GitHub
@@ -10,16 +10,16 @@
buildPythonPackage rec {
pname = "pyftdi";
version = "0.55.4";
version = "0.56.0";
pyproject = true;
disabled = pythonOlder "3.7";
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "eblot";
repo = "pyftdi";
rev = "refs/tags/v${version}";
hash = "sha256-InJJnbAPYlV071EkEWECJC79HLZ6SWo2VP7PqMgOGow=";
hash = "sha256-/MwgBqwN7xmZepdJzyRhZflbCUpGdWEbEGGKkBnKTFI=";
};
build-system = [ setuptools ];
@@ -42,6 +42,7 @@ buildPythonPackage rec {
bridges.
'';
homepage = "https://github.com/eblot/pyftdi";
changelog = "https://github.com/eblot/pyftdi/releases/tag/v${version}";
license = licenses.bsd3;
maintainers = with maintainers; [ fab ];
};