Merge pull request #216860 from fabaff/xiaomi-ble-bump

python310Packages.xiaomi-ble: 0.16.3 -> 0.16.4
This commit is contained in:
Nick Cao
2023-02-18 13:20:05 +08:00
committed by GitHub
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "xiaomi-ble";
version = "0.16.3";
version = "0.16.4";
format = "pyproject";
disabled = pythonOlder "3.9";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "Bluetooth-Devices";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-yk3rEOcHIEZLz3qKxeGzHuVUWWxG3GhSt9vc0pXcanQ=";
hash = "sha256-ye/BuVKLNSC0zJzDyuairbrmZgQ+sX0y9bHWEfb/MJE=";
};
nativeBuildInputs = [