python3Packages.pyftdi: 0.57.1 -> 0.57.2 (#528932)
This commit is contained in:
@@ -7,16 +7,16 @@
|
||||
setuptools,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "pyftdi";
|
||||
version = "0.57.1";
|
||||
version = "0.57.2";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "eblot";
|
||||
repo = "pyftdi";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-RkZXcGvCZXmFrLvj7YqHc6FeZskEqMSQcYgizBSuwIk=";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-v6WcDwKVnLB2SwWiKG0VYg1VTyaSDz0QvG3hAQs7YHI=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
@@ -39,8 +39,8 @@ buildPythonPackage rec {
|
||||
bridges.
|
||||
'';
|
||||
homepage = "https://github.com/eblot/pyftdi";
|
||||
changelog = "https://github.com/eblot/pyftdi/releases/tag/v${version}";
|
||||
changelog = "https://github.com/eblot/pyftdi/releases/tag/${finalAttrs.src.tag}";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [ fab ];
|
||||
};
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user