python310Packages.qingping-ble: 0.4.0 -> 0.5.0

This commit is contained in:
Fabian Affolter 2022-08-26 08:43:14 +02:00
parent ab3460c9c4
commit 0441f1c798

View file

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "qingping-ble";
version = "0.4.0";
version = "0.5.0";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "bluetooth-devices";
repo = pname;
rev = "v${version}";
hash = "sha256-AJ5mS5IChbmlyUBpq95malPPh9NnB2p3dzS4fUJAkDI=";
hash = "sha256-dPF+yo6Ji6z8WnbCNl/VkjiwIJ09FQK/3nkHfIUVbnk=";
};
nativeBuildInputs = [