home-assistant: pin python-slugify at 8.0.1
This commit is contained in:
parent
4cf1063b7c
commit
7cea566f25
1 changed files with 10 additions and 0 deletions
|
@ -324,6 +324,16 @@ let
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
|
python-slugify = super.python-slugify.overridePythonAttrs (oldAttrs: rec {
|
||||||
|
version = "8.0.1";
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "un33k";
|
||||||
|
repo = "python-slugify";
|
||||||
|
rev = "refs/tags/v${version}";
|
||||||
|
hash = "sha256-MJac63XjgWdUQdyyEm8O7gAGVszmHxZzRF4frJtR0BU=";
|
||||||
|
};
|
||||||
|
});
|
||||||
|
|
||||||
pytradfri = super.pytradfri.overridePythonAttrs (oldAttrs: rec {
|
pytradfri = super.pytradfri.overridePythonAttrs (oldAttrs: rec {
|
||||||
version = "9.0.1";
|
version = "9.0.1";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
|
|
Loading…
Reference in a new issue