python312Packages.xiaomi-ble: 0.36.0 -> 0.38.0 (#399681)

authored by Fabian Affolter and committed by GitHub f8a0a506 79b9620e

+2 -2
+2 -2
pkgs/development/python-modules/xiaomi-ble/default.nix
··· 19 20 buildPythonPackage rec { 21 pname = "xiaomi-ble"; 22 - version = "0.36.0"; 23 pyproject = true; 24 25 disabled = pythonOlder "3.9"; ··· 28 owner = "Bluetooth-Devices"; 29 repo = "xiaomi-ble"; 30 tag = "v${version}"; 31 - hash = "sha256-qk8eoPuyU8deEuQkRRtTt1AxIpjaXaS/byDxMfZnLgI="; 32 }; 33 34 build-system = [ poetry-core ];
··· 19 20 buildPythonPackage rec { 21 pname = "xiaomi-ble"; 22 + version = "0.38.0"; 23 pyproject = true; 24 25 disabled = pythonOlder "3.9"; ··· 28 owner = "Bluetooth-Devices"; 29 repo = "xiaomi-ble"; 30 tag = "v${version}"; 31 + hash = "sha256-ysuQBmTdBmV3U3D2K4Lf0h7yNsEIkmsFtzGZyTbVa/c="; 32 }; 33 34 build-system = [ poetry-core ];