home-assistant: pin versioningit at 2.2.0

The last version to support pydantic 1.x.
This commit is contained in:
Martin Weinelt 2023-12-01 03:39:11 +01:00
parent 0aabea0ba1
commit 0a12d13459
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -288,6 +288,15 @@ let
};
});
versioningit = super.versioningit.overridePythonAttrs (oldAttrs: rec {
version = "2.2.0";
src = fetchPypi {
inherit (oldAttrs) pname;
inherit version;
hash = "sha256-6xjnunJoqIC/HM/pLlNOlqs04Dl/KNy8s/wNpPaltr0=";
};
});
# Pinned due to API changes ~1.0
vultr = super.vultr.overridePythonAttrs (oldAttrs: rec {
version = "0.1.2";