Loading pkgs/development/python-modules/bthome-ble/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -14,14 +14,14 @@ buildPythonPackage rec { pname = "bthome-ble"; version = "3.16.0"; version = "3.17.0"; pyproject = true; src = fetchFromGitHub { owner = "Bluetooth-Devices"; repo = "bthome-ble"; tag = "v${version}"; hash = "sha256-HhwrShhCNY8ABLuI5gEsDWle2ajr1ZDfcN/iIRkfrfQ="; hash = "sha256-So4EGO46FOrUZ+RNFimanUDBP5tgZBjXc5eb9KAvYjQ="; }; build-system = [ poetry-core ]; Loading Loading
pkgs/development/python-modules/bthome-ble/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -14,14 +14,14 @@ buildPythonPackage rec { pname = "bthome-ble"; version = "3.16.0"; version = "3.17.0"; pyproject = true; src = fetchFromGitHub { owner = "Bluetooth-Devices"; repo = "bthome-ble"; tag = "v${version}"; hash = "sha256-HhwrShhCNY8ABLuI5gEsDWle2ajr1ZDfcN/iIRkfrfQ="; hash = "sha256-So4EGO46FOrUZ+RNFimanUDBP5tgZBjXc5eb9KAvYjQ="; }; build-system = [ poetry-core ]; Loading