lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python310Packages.bluemaestro-ble: 0.2.1 -> 0.2.3

Diff: https://github.com/Bluetooth-Devices/bluemaestro-ble/compare/refs/tags/v0.2.1...v0.2.3

Changelog: https://github.com/Bluetooth-Devices/bluemaestro-ble/blob/v0.2.3/CHANGELOG.md

+2 -2
+2 -2
pkgs/development/python-modules/bluemaestro-ble/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "bluemaestro-ble"; 14 - version = "0.2.1"; 14 + version = "0.2.3"; 15 15 format = "pyproject"; 16 16 17 17 disabled = pythonOlder "3.9"; ··· 20 20 owner = "Bluetooth-Devices"; 21 21 repo = pname; 22 22 rev = "refs/tags/v${version}"; 23 - hash = "sha256-QGad5o9JZ6ansVh3bRBO+9mE4PKw05acY+9+Ur2OBsY="; 23 + hash = "sha256-mJ5JNGN4F9U3WMJQDwiZwuxE0zOirwo1sWF3/bVwXhY="; 24 24 }; 25 25 26 26 nativeBuildInputs = [