From deaa6d37ee2d5383ac6f187bcba4e93cc7917a45 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Mon, 31 Mar 2025 04:46:52 +0200 Subject: [PATCH] python313Packages.pyserial-asyncio-fast: 0.14 -> 0.16 https://github.com/home-assistant-libs/pyserial-asyncio-fast/releases/tag/0.15 https://github.com/home-assistant-libs/pyserial-asyncio-fast/releases/tag/0.16 --- .../python-modules/pyserial-asyncio-fast/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pyserial-asyncio-fast/default.nix b/pkgs/development/python-modules/pyserial-asyncio-fast/default.nix index 17951563bed7..ed2f334a66c0 100644 --- a/pkgs/development/python-modules/pyserial-asyncio-fast/default.nix +++ b/pkgs/development/python-modules/pyserial-asyncio-fast/default.nix @@ -16,14 +16,14 @@ buildPythonPackage rec { pname = "pyserial-asyncio-fast"; - version = "0.14"; + version = "0.16"; pyproject = true; src = fetchFromGitHub { owner = "bdraco"; repo = "pyserial-asyncio-fast"; rev = version; - hash = "sha256-ZnXuwHvYq/BrEW6YV6T0sQ03u2rpwNBnpF+dXAmvxKQ="; + hash = "sha256-bEJySiVVy77vSF/M5f3WGxjeay/36vU8oBbmkpDCFrI="; }; build-system = [ setuptools ];