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

python312Packages.thermopro-ble: 0.9.0 -> 0.10.0
This commit is contained in:
Nick Cao
2024-02-12 09:19:48 -05:00
committed by GitHub
@@ -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 = [