python313Packages.inkbird-ble: 1.0.0 -> 1.1.0 (#431697)

authored by Fabian Affolter and committed by GitHub f8e29a87 e6a38c87

+2 -2
+2 -2
pkgs/development/python-modules/inkbird-ble/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "inkbird-ble"; 17 - version = "1.0.0"; 17 + version = "1.1.0"; 18 18 pyproject = true; 19 19 20 20 disabled = pythonOlder "3.11"; ··· 23 23 owner = "Bluetooth-Devices"; 24 24 repo = "inkbird-ble"; 25 25 tag = "v${version}"; 26 - hash = "sha256-J3BT4KZ5Kzoc8vwbsXbhZJ+qkeggYomGE0JedxNTPaQ="; 26 + hash = "sha256-Dwp65FKtqJbgux+T3Ql09sDy6m8CCeK26aDKM3I3eJo="; 27 27 }; 28 28 29 29 build-system = [ poetry-core ];