Merge pull request #272471 from fabaff/thermopro-ble-bump

python311Packages.thermopro-ble: 0.4.5 -> 0.5.0
This commit is contained in:
Nick Cao 2023-12-06 10:11:34 -05:00 committed by GitHub
commit 789345b416
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "thermopro-ble";
version = "0.4.5";
version = "0.5.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-z3RrPOV7NGl3aNor+baeVivn+DKwYHcrdlM5sNMGVD0=";
hash = "sha256-4lk/K9XW9naPDRXmuqKFBdOwMtLlQE8etJFEbNgfIvA=";
};
nativeBuildInputs = [