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

python311Packages.yalexs-ble: 2.1.16 -> 2.1.17
This commit is contained in:
Nick Cao 2023-05-17 21:00:34 -06:00 committed by GitHub
commit ca2a9aba6b
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.16";
version = "2.1.17";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "bdraco";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-dA0g5HAvbnN1t2D+JTfphxZUEbUT7NBLY6oCKFNf5E8=";
hash = "sha256-mN3/spDTWJfSCsKcRV24+tIjWmxI1gsO5qGuAZykWY0=";
};
nativeBuildInputs = [