From 42ca92a2b5fb4659163a484b551a310aabf79d46 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Tue, 18 Jun 2024 12:38:31 +0200 Subject: [PATCH] python312Packages.pyserial-asyncio-fast: 0.11 -> 0.12 https://github.com/bdraco/pyserial-asyncio-fast/compare/0.11...0.12 --- .../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 ad4421a5382b..882c761d191e 100644 --- a/pkgs/development/python-modules/pyserial-asyncio-fast/default.nix +++ b/pkgs/development/python-modules/pyserial-asyncio-fast/default.nix @@ -17,14 +17,14 @@ buildPythonPackage rec { pname = "pyserial-asyncio-fast"; - version = "0.11"; + version = "0.12"; pyproject = true; src = fetchFromGitHub { owner = "bdraco"; repo = "pyserial-asyncio-fast"; rev = version; - hash = "sha256-B1CLk7ggI7l+DaMDlnMjl2tfh+evvaf1nxzBpmqMBZk="; + hash = "sha256-37dbJq+9Ex+/uiRR2esgOP15CjySA0MLvxnjiPDTF08="; }; nativeBuildInputs = [