Merge pull request #299860 from fabaff/aioraven-bump

python312Packages.aioraven: 0.5.2 -> 0.5.3
This commit is contained in:
Fabian Affolter 2024-03-29 10:03:29 +01:00 committed by GitHub
commit 8a2caea3d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "aioraven";
version = "0.5.2";
version = "0.5.3";
pyproject = true;
disabled = pythonOlder "3.9";
@ -21,14 +21,14 @@ buildPythonPackage rec {
owner = "cottsay";
repo = "aioraven";
rev = "refs/tags/${version}";
hash = "sha256-ysmIxWy+gufX5oUfQ7Zw5xv0t/yxihFB+eAdYAWAmXs=";
hash = "sha256-kGCFwpMaLWxLUp8k5H5AnL21KrwohbUYLswLcLqmc3M=";
};
nativeBuildInputs = [
build-system = [
setuptools
];
propagatedBuildInputs = [
dependencies = [
iso4217
pyserial
pyserial-asyncio