swaglyrics: bump unidecode version constraint

This commit is contained in:
J. Neto 2021-05-12 03:12:55 -03:00
parent 4beb9ae883
commit e24fd2740f

View file

@ -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";