From 8fc1e2d0c75f44564ad3e2b5b2e21ee878cf22fb Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 7 May 2023 12:32:56 +0200 Subject: [PATCH] python310Packages.home-assistant-chip-core: 2023.2.2 -> 2023.4.1 https://github.com/home-assistant-libs/chip-wheels/releases/tag/2023.4.0 https://github.com/home-assistant-libs/chip-wheels/releases/tag/2023.4.1 --- .../python-modules/home-assistant-chip-core/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/home-assistant-chip-core/default.nix b/pkgs/development/python-modules/home-assistant-chip-core/default.nix index a16e5c78c652..470d4c6f3952 100644 --- a/pkgs/development/python-modules/home-assistant-chip-core/default.nix +++ b/pkgs/development/python-modules/home-assistant-chip-core/default.nix @@ -24,7 +24,7 @@ buildPythonPackage rec { pname = "home-assistant-chip-core"; - version = "2023.2.2"; + version = "2023.4.1"; format = "wheel"; disabled = pythonOlder "3.7"; @@ -33,11 +33,11 @@ buildPythonPackage rec { system = { "aarch64-linux" = { name = "aarch64"; - hash = "sha256-e3OIpTGPMj+YSx/pqzGi5paUAIpDhI94prhHL3DkM18="; + hash = "sha256-Rke4cVHdpJjrqqiNKWFwglerr61VyiTNKj8AhLE0+Xo="; }; "x86_64-linux" = { name = "x86_64"; - hash = "sha256-15olERnpfe4PbDsDfw47vsYsqjFe8P8IDmSSGxGLtx8="; + hash = "sha256-ihbbNFuR+3SLzdZgApJawpwnZeo1HPoOBWJXkY+5RSM="; }; }.${stdenv.system} or (throw "Unsupported system"); in fetchPypi {