Merge pull request #197283 from fabaff/qingping-ble-bump

python310Packages.qingping-ble: 0.8.0 -> 0.8.2
This commit is contained in:
Mario Rodas 2022-10-22 19:50:59 -05:00 committed by GitHub
commit e14c21ee3c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "qingping-ble";
version = "0.8.0";
version = "0.8.2";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "bluetooth-devices";
repo = pname;
rev = "v${version}";
hash = "sha256-oUmehWOeweHSqhFmr+SQg2I6Au/6pYfl2s069yWMymo=";
hash = "sha256-vfezalq3x9KAMtwixUkIVQIwBO2zd+BDl+JwdRqBn7w=";
};
nativeBuildInputs = [