python312Packages.pyserial-asyncio-fast: 0.11 -> 0.12

https://github.com/bdraco/pyserial-asyncio-fast/compare/0.11...0.12
This commit is contained in:
Martin Weinelt 2024-06-18 12:38:31 +02:00
parent 0e1f75ae69
commit 42ca92a2b5
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -17,14 +17,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pyserial-asyncio-fast"; pname = "pyserial-asyncio-fast";
version = "0.11"; version = "0.12";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "bdraco"; owner = "bdraco";
repo = "pyserial-asyncio-fast"; repo = "pyserial-asyncio-fast";
rev = version; rev = version;
hash = "sha256-B1CLk7ggI7l+DaMDlnMjl2tfh+evvaf1nxzBpmqMBZk="; hash = "sha256-37dbJq+9Ex+/uiRR2esgOP15CjySA0MLvxnjiPDTF08=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [