Merge pull request #322716 from fabaff/led-ble-bump

python312Packages.led-ble: 1.0.1 -> 1.0.2
This commit is contained in:
Nick Cao
2024-06-26 18:27:46 -04:00
committed by GitHub
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "led-ble";
version = "1.0.1";
version = "1.0.2";
format = "pyproject";
disabled = pythonOlder "3.9";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "Bluetooth-Devices";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-8DBA01QjW99OVYI9zC1Q+utnwzc10idUG7y+lmUbO4A=";
hash = "sha256-4z6SJE/VFNa81ecDal2IEX9adYBrSzco9VfhUPKBj4k=";
};
postPatch = ''