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

python311Packages.yalexs-ble: 2.1.18 -> 2.2.0
This commit is contained in:
Nick Cao 2023-07-14 01:51:47 -06:00 committed by GitHub
commit 0f8693050f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "yalexs-ble";
version = "2.1.18";
version = "2.2.0";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "bdraco";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-bLxKq/MNbVIv9CV67NeOqn49cYu7gwcBnbZEtlreQzQ=";
hash = "sha256-ei/+QfDjuzbKFZ8Nl+KnCJB6xu7xZh0m6LnzHUEg790=";
};
nativeBuildInputs = [