Merge pull request #300789 from fabaff/velbus-aio-bump

python312Packages.velbus-aio: 2023.12.0 -> 2024.4.0
This commit is contained in:
Fabian Affolter 2024-04-02 08:49:59 +02:00 committed by GitHub
commit 06bca34549
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 5 deletions

View File

@ -11,24 +11,24 @@
buildPythonPackage rec {
pname = "velbus-aio";
version = "2023.12.0";
version = "2024.4.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "Cereal2nd";
repo = pname;
repo = "velbus-aio";
rev = "refs/tags/${version}";
hash = "sha256-cYqEF2Odouu7U0DiU+n/gKUYJia8I4Qs1l+UI6JrWTM=";
hash = "sha256-wYcASRmUxVdUpfKlNIteQlHw3ZaYxZ7VenKtaju1yTE=";
fetchSubmodules = true;
};
nativeBuildInputs = [
build-system = [
setuptools
];
propagatedBuildInputs = [
dependencies = [
backoff
pyserial
pyserial-asyncio