python310Packages.yalexs-ble: 1.2.0 -> 1.2.0

This commit is contained in:
Fabian Affolter 2022-08-12 10:10:30 +02:00
parent 548b9f5a0b
commit b42f3cc0f3

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "yalexs-ble";
version = "1.1.3";
version = "1.2.0";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "bdraco";
repo = pname;
rev = "v${version}";
hash = "sha256-+0r0Zg3Ge4Mndro5hdTPAjbCBJhUac3LUbQ1BgBr8yE=";
hash = "sha256-nMz58tpV3C51h7CdwOmOm5UCq7gLlAoaM/dKheUU0m8=";
};
nativeBuildInputs = [