python3Packages.yalexs-ble: 2.6.0 -> 3.0.0 (#403845)

authored by Fabian Affolter and committed by GitHub 822b4261 ee4f6196

+2 -2
+2 -2
pkgs/development/python-modules/yalexs-ble/default.nix
··· 17 17 18 18 buildPythonPackage rec { 19 19 pname = "yalexs-ble"; 20 - version = "2.6.0"; 20 + version = "3.0.0"; 21 21 pyproject = true; 22 22 23 23 disabled = pythonOlder "3.10"; ··· 26 26 owner = "bdraco"; 27 27 repo = "yalexs-ble"; 28 28 tag = "v${version}"; 29 - hash = "sha256-NSN0i99Pd3ivRd9aFIDu/CnQHCMbEIqpceDaeB5k3vU="; 29 + hash = "sha256-sHAdeL3mUUsKqRkv9suA3mfbwJvMADpMqt1Qu5lITnQ="; 30 30 }; 31 31 32 32 build-system = [ poetry-core ];