python310Packages.oralb-ble: 0.17.5 -> 0.17.6

Changelog: https://github.com/Bluetooth-Devices/oralb-ble/releases/tag/v0.17.6
This commit is contained in:
Fabian Affolter 2023-03-22 19:32:22 +01:00
parent 2cc556e4fe
commit e0cf12cd1b

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "oralb-ble";
version = "0.17.5";
version = "0.17.6";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "Bluetooth-Devices";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-Lwrr5XzU2pbx3cYkvYtHgXFhGnz3cMBnNFWCpuY3ltg=";
hash = "sha256-6LnZ+Y68sl0uA5i764n4fFJnPeo+bAi/xgEvTK6LkXY=";
};
nativeBuildInputs = [