From 05d8040c468e7992a3182744adb2c674cdc8e3f9 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 15 Aug 2025 21:17:37 +0200 Subject: [PATCH] python313Packages.tilt-ble: 0.2.4 -> 0.3.1 Diff: https://github.com/Bluetooth-Devices/tilt-ble/compare/refs/tags/v0.2.4...refs/tags/v0.3.1 Changelog: https://github.com/Bluetooth-Devices/tilt-ble/releases/tag/v0.3.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 f870643f01b6..11800b5d649b 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.2.4"; + version = "0.3.1"; pyproject = true; disabled = pythonOlder "3.9"; @@ -22,7 +22,7 @@ buildPythonPackage rec { owner = "Bluetooth-Devices"; repo = "tilt-ble"; tag = "v${version}"; - hash = "sha256-ok9XWx47hcke535480NORfS1pSagaOJvMR48lYTa/Tg="; + hash = "sha256-sT8tMsA9w3HwM/wPsqKTgHWvhf83zxQ5P/bQHlqolH4="; }; build-system = [ poetry-core ];