python3Packages.thermopro-ble: 0.13.1 -> 1.0.0 (#442593)

Changed files
+2 -2
pkgs
development
python-modules
thermopro-ble
+2 -2
pkgs/development/python-modules/thermopro-ble/default.nix
···
buildPythonPackage rec {
pname = "thermopro-ble";
-
version = "0.13.1";
+
version = "1.0.0";
pyproject = true;
disabled = pythonOlder "3.9";
···
owner = "bluetooth-devices";
repo = "thermopro-ble";
tag = "v${version}";
-
hash = "sha256-FgobrgMA+YbmI5VxdzCgYipSLGRK6+uIOTMy9P4Aeos=";
+
hash = "sha256-AlMwpDUFNz98KZRLi9TVqZ9sPXdLcVCvvVa0PXlv4q4=";
};
build-system = [ poetry-core ];