home-assistant: pin python-slugify at 8.0.1

This commit is contained in:
Martin Weinelt 2024-02-11 22:28:43 +01:00
parent 4cf1063b7c
commit 7cea566f25
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -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 {
version = "9.0.1";
src = fetchFromGitHub {