python311Packages.velbus-aio: 2023.10.2 -> 2023.11.0

https://github.com/Cereal2nd/velbus-aio/releases/tag/2023.11.0
This commit is contained in:
Martin Weinelt
2023-11-22 15:34:46 +01:00
parent dff079046d
commit 11450d22ff

View File

@@ -6,12 +6,13 @@
, pyserial
, pyserial-asyncio
, pytestCheckHook
, setuptools
}:
buildPythonPackage rec {
pname = "velbus-aio";
version = "2023.10.2";
format = "setuptools";
version = "2023.11.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -19,10 +20,14 @@ buildPythonPackage rec {
owner = "Cereal2nd";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-qRKVjiRrRg1YwwYCSp6KGvaS7QnYLIW5rum3X7vEANM=";
hash = "sha256-j0NGeuxhtxmlpal9MpnlHqGv47uTVx1Lyfy9u0cEtYg=";
fetchSubmodules = true;
};
nativeBuildInputs = [
setuptools
];
propagatedBuildInputs = [
backoff
pyserial