Merge pull request #122680 from jnetod/zhf-swaglyrics
swaglyrics: bump unidecode version constraint
This commit is contained in:
commit
e997fd24ac
@ -19,7 +19,8 @@ python3.pkgs.buildPythonApplication rec {
|
||||
substituteInPlace setup.py \
|
||||
--replace 'requests>=2.24.0' 'requests~=2.23' \
|
||||
--replace 'beautifulsoup4==4.9.1' 'beautifulsoup4~=4.9' \
|
||||
--replace 'colorama==0.4.3' 'colorama~=0.4'
|
||||
--replace 'colorama==0.4.3' 'colorama~=0.4' \
|
||||
--replace 'unidecode==1.1.1' 'unidecode~=1.2'
|
||||
'';
|
||||
|
||||
preBuild = "export HOME=$NIX_BUILD_TOP";
|
||||
|
Loading…
Reference in New Issue
Block a user