Unverified Commit 311b7148 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

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

parents 4e5b9ceb 86e2b887
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@

buildPythonPackage rec {
  pname = "thermopro-ble";
  version = "0.13.1";
  version = "1.0.0";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
    owner = "bluetooth-devices";
    repo = "thermopro-ble";
    tag = "v${version}";
    hash = "sha256-FgobrgMA+YbmI5VxdzCgYipSLGRK6+uIOTMy9P4Aeos=";
    hash = "sha256-AlMwpDUFNz98KZRLi9TVqZ9sPXdLcVCvvVa0PXlv4q4=";
  };

  build-system = [ poetry-core ];