From b01bfc078dd6ff827debaa9383cf6b64c0393ad0 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 12 Oct 2025 22:28:32 +0000 Subject: [PATCH 1/2] python3Packages.tilt-ble: 0.3.1 -> 1.0.1 --- pkgs/development/python-modules/tilt-ble/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/tilt-ble/default.nix b/pkgs/development/python-modules/tilt-ble/default.nix index 11800b5d649b..ea8c448304f7 100644 --- a/pkgs/development/python-modules/tilt-ble/default.nix +++ b/pkgs/development/python-modules/tilt-ble/default.nix @@ -13,7 +13,7 @@ buildPythonPackage rec { pname = "tilt-ble"; - version = "0.3.1"; + version = "1.0.1"; pyproject = true; disabled = pythonOlder "3.9"; @@ -22,7 +22,7 @@ buildPythonPackage rec { owner = "Bluetooth-Devices"; repo = "tilt-ble"; tag = "v${version}"; - hash = "sha256-sT8tMsA9w3HwM/wPsqKTgHWvhf83zxQ5P/bQHlqolH4="; + hash = "sha256-u40xpjwxOdM7FUIPQG9g8q86cZHv21HCxbtnvAAgfgU="; }; build-system = [ poetry-core ]; From 50ceb9241aafb60c0fb405f567fbb32b7d17b655 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 13 Oct 2025 09:02:00 +0200 Subject: [PATCH 2/2] python313Packages.tilt-ble: modernize --- pkgs/development/python-modules/tilt-ble/default.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/tilt-ble/default.nix b/pkgs/development/python-modules/tilt-ble/default.nix index ea8c448304f7..116153fc3cbf 100644 --- a/pkgs/development/python-modules/tilt-ble/default.nix +++ b/pkgs/development/python-modules/tilt-ble/default.nix @@ -7,7 +7,6 @@ poetry-core, pytest-cov-stub, pytestCheckHook, - pythonOlder, sensor-state-data, }: @@ -16,8 +15,6 @@ buildPythonPackage rec { version = "1.0.1"; pyproject = true; - disabled = pythonOlder "3.9"; - src = fetchFromGitHub { owner = "Bluetooth-Devices"; repo = "tilt-ble"; @@ -43,7 +40,7 @@ buildPythonPackage rec { meta = with lib; { description = "Library for Tilt BLE devices"; homepage = "https://github.com/Bluetooth-Devices/tilt-ble"; - changelog = "https://github.com/Bluetooth-Devices/tilt-ble/releases/tag/v${version}"; + changelog = "https://github.com/Bluetooth-Devices/tilt-ble/releases/tag/${src.tag}"; license = licenses.mit; maintainers = with maintainers; [ fab ]; };