Martin Weinelt 2024-02-28 13:09:52 +01:00
parent 27aa469751
commit 4c2c277d0a
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -10,7 +10,6 @@
# runtime
, glib
, libnl
, openssl_1_1
# propagates
, aenum
@ -29,7 +28,7 @@
buildPythonPackage rec {
pname = "home-assistant-chip-core";
version = "2024.1.0";
version = "2024.2.1";
format = "wheel";
disabled = pythonOlder "3.7";
@ -38,11 +37,11 @@ buildPythonPackage rec {
system = {
"aarch64-linux" = {
name = "aarch64";
hash = "sha256-UiikZ2DVhTqX6WYfiE8sp2e52BMlyoQnDjLap/efmNc=";
hash = "sha256-gHnTuiyCD9A9Ru8xhniNEpCyn+W9zYnCAoTJeGOW7TI=";
};
"x86_64-linux" = {
name = "x86_64";
hash = "sha256-/+gegUMd2n7MpJvdilS5VWefXc0tuRcLrXBBXSH35b0=";
hash = "sha256-gKZKcCXQ8PvZAPV2QRQl+u+r95CVLBDDDgtC0MT7xw4=";
};
}.${stdenv.system} or (throw "Unsupported system: ${stdenv.system}");
in fetchPypi {
@ -62,7 +61,6 @@ buildPythonPackage rec {
buildInputs = [
glib
libnl
openssl_1_1
];
propagatedBuildInputs = [