Merge pull request #221464 from fabaff/yalexs-ble-bump

python310Packages.yalexs-ble: 2.0.4 -> 2.1.0
This commit is contained in:
Fabian Affolter 2023-03-16 20:11:52 +01:00 committed by GitHub
commit d582fac7de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,9 +3,9 @@
, bleak
, bleak-retry-connector
, buildPythonPackage
, cryptography
, fetchFromGitHub
, poetry-core
, pycryptodome
, pytest-asyncio
, pytestCheckHook
, pythonOlder
@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "yalexs-ble";
version = "2.0.4";
version = "2.1.0";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "bdraco";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-8jZxAG1NVFkWbQF1HwyQbqd0NVRgpluspdtgRaF4zhg=";
hash = "sha256-BF2jGEFtUYckFNJwddLGjwQYIhYKhM7q6Q2mCil6Z3Y=";
};
nativeBuildInputs = [
@ -33,7 +33,7 @@ buildPythonPackage rec {
async-timeout
bleak
bleak-retry-connector
pycryptodome
cryptography
];
nativeCheckInputs = [