python310Packages.bluemaestro-ble: 0.2.0 -> 0.2.1

Changelog: https://github.com/Bluetooth-Devices/bluemaestro-ble/blob/v0.2.1/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2023-01-05 21:36:56 +01:00
parent bd1a3b9ec2
commit 6e3cbcde49

View file

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "bluemaestro-ble";
version = "0.2.0";
version = "0.2.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-lJYbbF6b1CazD/aVTNoZvyfH/XQf5jWBsddDdrP+FKA=";
hash = "sha256-QGad5o9JZ6ansVh3bRBO+9mE4PKw05acY+9+Ur2OBsY=";
};
nativeBuildInputs = [