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

python310Packages.oralb-ble: 0.14.1 -> 0.14.2
This commit is contained in:
Fabian Affolter 2022-11-12 14:42:22 +01:00 committed by GitHub
commit 39a3229826
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.14.1";
version = "0.14.2";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "Bluetooth-Devices";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-Tg2sk8E4+UjgP2PyZH6ZqNJv6Yg/muTl7QPaBlXHUj0=";
hash = "sha256-LPVNxdmKaOfUcnLVSH1kANW7Zz6bPPEyCemsau5YyHA=";
};
nativeBuildInputs = [