mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
python312Packages.python-ecobee-api: 0.2.17 -> 0.2.18
Diff: https://github.com/nkgilley/python-ecobee-api/compare/refs/tags/0.2.17...0.2.18 Changelog: https://github.com/nkgilley/python-ecobee-api/releases/tag/0.2.18
This commit is contained in:
parent
0357a40b86
commit
af190e4d57
@ -8,7 +8,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "python-ecobee-api";
|
||||
version = "0.2.17";
|
||||
version = "0.2.18";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
@ -17,7 +17,7 @@ buildPythonPackage rec {
|
||||
owner = "nkgilley";
|
||||
repo = "python-ecobee-api";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-1+UEzdl+sFUfY7MySs9KOfmR122okAzPKePPfcurdDk=";
|
||||
hash = "sha256-WBVHlA7cAQGCFRNSANX6PqPQYMRw74GEAlTFwSBxVQU=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
|
Loading…
Reference in New Issue
Block a user