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

python310Packages.yalexs-ble: 2.1.12 -> 2.1.14
This commit is contained in:
Nick Cao 2023-03-30 09:49:31 +08:00 committed by GitHub
commit e7fed93010
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "yalexs-ble";
version = "2.1.12";
version = "2.1.14";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "bdraco";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-+Kae+mqx4ySXX8FlpVPdbXOJ3IsYfgdm7mM5V8f9JOI=";
hash = "sha256-aTtcp6u+/fPHRB/FShdzfCv5haja+Vyo/WLm7GLvadw=";
};
nativeBuildInputs = [