lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.toggl-cli: update relaxed constraints

+3 -2
+3 -2
pkgs/development/python-modules/toggl-cli/default.nix
··· 58 58 postPatch = '' 59 59 substituteInPlace requirements.txt \ 60 60 --replace "notify-py==0.3.1" "notify-py>=0.3.1" \ 61 - --replace "click==7.1.2" "click>=7.1.2" \ 62 - --replace "pbr==5.5.1" "pbr>=5.5.1" 61 + --replace "click==8.0.3" "click>=8.0.3" \ 62 + --replace "pbr==5.8.0" "pbr>=5.8.0" \ 63 + --replace "inquirer==2.9.1" "inquirer>=2.9.1" 63 64 substituteInPlace pytest.ini \ 64 65 --replace ' --cov toggl -m "not premium"' "" 65 66 '';