Merge pull request #247014 from mweinelt/home-assistant-pyasn1-pin
home-assistant: pin pyasn1 at 0.4.8
This commit is contained in:
commit
48878dfec4
1 changed files with 9 additions and 0 deletions
|
@ -162,6 +162,15 @@ let
|
|||
};
|
||||
});
|
||||
|
||||
pyasn1 = super.pyasn1.overridePythonAttrs (oldAttrs: rec {
|
||||
version = "0.4.8";
|
||||
src = fetchPypi {
|
||||
inherit (oldAttrs) pname;
|
||||
inherit version;
|
||||
hash = "sha256-rvd8n7lKOsWI6HhBIIvexGRHHZhxvVBQoofMmkdc0Lo=";
|
||||
};
|
||||
});
|
||||
|
||||
# Pinned due to API changes >0.3.5.3
|
||||
pyatag = super.pyatag.overridePythonAttrs (oldAttrs: rec {
|
||||
version = "0.3.5.3";
|
||||
|
|
Loading…
Reference in a new issue