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

python310Packages.yalexs-ble: 1.12.5 -> 1.12.7
This commit is contained in:
Nick Cao 2023-01-23 09:13:13 +08:00 committed by GitHub
commit 6992a4c3a6
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 = "1.12.5";
version = "1.12.7";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "bdraco";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-wofdqwgMbwxUgUVwBT44qbD4m0q0CtmGH7AxRNMBMbE=";
hash = "sha256-f2JrUzgSPbko/H7n6IYiw3nLU9SkIH8BgSEyMlGppok=";
};
nativeBuildInputs = [