python310Packages.home-assistant-chip-core: 2023.1.0 -> 2023.2.2

Changelog: https://github.com/home-assistant-libs/chip-wheels/releases/tag/2023.2.2
This commit is contained in:
Martin Weinelt 2023-03-02 00:56:35 +01:00
parent cbfb4e70e3
commit 32d2d37280
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -24,7 +24,7 @@
buildPythonPackage rec {
pname = "home-assistant-chip-core";
version = "2023.1.0";
version = "2023.2.2";
format = "wheel";
disabled = pythonOlder "3.7";
@ -37,7 +37,7 @@ buildPythonPackage rec {
};
"x86_64-linux" = {
name = "x86_64";
hash = "sha256-zXxbDGfyFUXuEnaH4a8R4LXH0gfbMCkKPBJJGp77xHM=";
hash = "sha256-15olERnpfe4PbDsDfw47vsYsqjFe8P8IDmSSGxGLtx8=";
};
}.${stdenv.system} or (throw "Unsupported system");
in fetchPypi {
@ -85,6 +85,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python-base APIs and tools for CHIP";
homepage = "https://github.com/home-assistant-libs/chip-wheels";
changelog = "https://github.com/home-assistant-libs/chip-wheels/releases/tag/${version}";
license = licenses.asl20;
maintainers = teams.home-assistant.members;
platforms = [ "aarch64-linux" "x86_64-linux" ];