Merge pull request #328488 from mweinelt/pyserial-asyncio-fast

python312Packages.pyserial-asyncio-fast: 0.13 -> 0.14
This commit is contained in:
Martin Weinelt 2024-07-19 20:21:39 +02:00 committed by GitHub
commit 51db5cee84
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "pyserial-asyncio-fast";
version = "0.13";
version = "0.14";
pyproject = true;
src = fetchFromGitHub {
owner = "bdraco";
repo = "pyserial-asyncio-fast";
rev = version;
hash = "sha256-qAJ9jkhY2Gq/+/JBRObdSljTDPe3cKbjUfFon2ZgEps=";
hash = "sha256-ZnXuwHvYq/BrEW6YV6T0sQ03u2rpwNBnpF+dXAmvxKQ=";
};
build-system = [ setuptools ];