python312Packages.pyserial-asyncio-fast: 0.13 -> 0.14

https://github.com/home-assistant-libs/pyserial-asyncio-fast/releases/tag/0.14
This commit is contained in:
Martin Weinelt
2024-07-19 19:29:30 +02:00
parent 485f645914
commit 43ded946ff
@@ -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 ];