lol
0
fork

Configure Feed

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

python310Packages.thermobeacon-ble: 0.3.2 -> 0.4.0

https://github.com/Bluetooth-Devices/thermobeacon-ble/releases/tag/v0.4.0

+2 -2
+2 -2
pkgs/development/python-modules/thermobeacon-ble/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "thermobeacon-ble"; 14 - version = "0.3.2"; 14 + version = "0.4.0"; 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-wzDujKJkUzbzZZ9FYTz78cYF06n8REF1TQiAbePDFJc="; 23 + hash = "sha256-t4l5K52Shaw/J4thcP0ken/u77ZX7BsMEEA6ZUpcRKY="; 24 24 }; 25 25 26 26 nativeBuildInputs = [