Unverified Commit 97b96c67 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #288199 from r-ryantm/auto-update/python312Packages.thermopro-ble

python312Packages.thermopro-ble: 0.9.0 -> 0.10.0
parents 1172261c a5b087ac
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

buildPythonPackage rec {
  pname = "thermopro-ble";
  version = "0.9.0";
  version = "0.10.0";
  format = "pyproject";

  disabled = pythonOlder "3.9";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
    owner = "bluetooth-devices";
    repo = pname;
    rev = "refs/tags/v${version}";
    hash = "sha256-x/eO+LNJ98ThrQD5c9S54cPRnupN21UkpF7uR3+WwSU=";
    hash = "sha256-xaRbp9XLCDGJ0NE0TzJygn2OzqvSFszs97vGHawCkzU=";
  };

  nativeBuildInputs = [