Merge pull request #209911 from fabaff/oralb-ble-bump

python310Packages.oralb-ble: 0.15.0 -> 0.16.1
This commit is contained in:
Fabian Affolter 2023-01-09 22:12:55 +01:00 committed by GitHub
commit 86eda35672
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "oralb-ble";
version = "0.15.0";
version = "0.16.1";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "Bluetooth-Devices";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-c5bsynNozFkY1VtAesKFXpwC81d8iZd48kFBHPRf43M=";
hash = "sha256-BbIgsIzvkUlH8JrD42Afy0U5GSk9H3ut48/XPYUZSew=";
};
nativeBuildInputs = [