python312Packages.pyftdi: update disabled

- add changelog to meta
This commit is contained in:
Fabian Affolter 2024-11-25 09:01:27 +01:00 committed by GitHub
parent fb3ba5ec5b
commit 23ed5b9d55
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@ buildPythonPackage rec {
version = "0.56.0";
pyproject = true;
disabled = pythonOlder "3.7";
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "eblot";
@ -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 ];
};