python312Packages.aioraven: 0.5.3 -> 0.6.0

Changelog: https://github.com/cottsay/aioraven/blob/0.6.0/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2024-06-23 23:08:53 +02:00
parent 740ca7b11c
commit afe2698323

View File

@ -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 = [