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

Changed files
+2 -2
pkgs
development
python-modules
tilt-ble
+2 -2
pkgs/development/python-modules/tilt-ble/default.nix
···
buildPythonPackage rec {
pname = "tilt-ble";
-
version = "0.2.4";
+
version = "0.3.1";
pyproject = true;
disabled = pythonOlder "3.9";
···
owner = "Bluetooth-Devices";
repo = "tilt-ble";
tag = "v${version}";
-
hash = "sha256-ok9XWx47hcke535480NORfS1pSagaOJvMR48lYTa/Tg=";
+
hash = "sha256-sT8tMsA9w3HwM/wPsqKTgHWvhf83zxQ5P/bQHlqolH4=";
};
build-system = [ poetry-core ];