nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python310Packages.toggl-cli: relax notify-py version constraint

authored by

Robert Schütz and committed by
Robert Schütz
280f04da df429dc6

+1 -1
+1 -1
pkgs/development/python-modules/toggl-cli/default.nix
··· 57 57 58 58 postPatch = '' 59 59 substituteInPlace requirements.txt \ 60 - --replace "notify-py==0.3.1" "notify-py>=0.3.1" \ 60 + --replace "notify-py==0.3.3" "notify-py>=0.3.3" \ 61 61 --replace "click==8.0.3" "click>=8.0.3" \ 62 62 --replace "pbr==5.8.0" "pbr>=5.8.0" \ 63 63 --replace "inquirer==2.9.1" "inquirer>=2.9.1"