python310Packages.led-ble: 0.10.1 -> 1.0.0

This commit is contained in:
Fabian Affolter
2022-11-05 13:29:18 +01:00
committed by Martin Weinelt
parent be8ee7e227
commit c2687f9795
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "led-ble";
version = "0.10.1";
version = "1.0.0";
format = "pyproject";
disabled = pythonOlder "3.9";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "Bluetooth-Devices";
repo = pname;
rev = "v${version}";
hash = "sha256-GyVj9g4tqPaR5Gd8N76TtkldaAATnEBsSs/F+2iQqGM=";
hash = "sha256-XAb/tJPUe/sNvcU7t63inMPBIz+AREioWXBuQa/c9T0=";
};
postPatch = ''