Merge pull request #322039 from fabaff/aioraven-bump

python312Packages.aioraven: 0.5.3 -> 0.6.0
This commit is contained in:
Fabian Affolter
2024-06-24 08:02:42 +02:00
committed by GitHub
@@ -6,14 +6,14 @@
pythonOlder,
iso4217,
pyserial,
pyserial-asyncio,
pyserial-asyncio-fast,
pytestCheckHook,
pytest-asyncio,
}:
buildPythonPackage rec {
pname = "aioraven";
version = "0.5.3";
version = "0.6.0";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "cottsay";
repo = "aioraven";
rev = "refs/tags/${version}";
hash = "sha256-kGCFwpMaLWxLUp8k5H5AnL21KrwohbUYLswLcLqmc3M=";
hash = "sha256-RU2DRDjxl0EVmnNLADawEB/x6Zc3/IWH015xig5AIJY=";
};
build-system = [ setuptools ];
@@ -30,7 +30,7 @@ buildPythonPackage rec {
dependencies = [
iso4217
pyserial
pyserial-asyncio
pyserial-asyncio-fast
];
nativeCheckInputs = [