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:
parent
0e1f75ae69
commit
42ca92a2b5
@ -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 = [
|
||||||
|
Loading…
Reference in New Issue
Block a user