Merge pull request #144691 from legendofmiracles/zerobin

zerobin: fix build

authored by Thiago Kenji Okada and committed by GitHub 1285cc47 aeb8fae6

+1 -1
+1 -1
pkgs/applications/networking/zerobin/default.nix
··· 40 40 # relax version constraints of some dependencies 41 41 substituteInPlace setup.cfg \ 42 42 --replace "clize==4.1.1" "clize" \ 43 - --replace "bleach==3.1.5" "bleach>=3.1.5,<4" \ 43 + --replace "bleach==3.1.5" "bleach>=3.1.5,<5" \ 44 44 --replace "bottle==0.12.18" "bottle>=0.12.18,<1" \ 45 45 --replace "Paste==3.4.3" "Paste>=3.4.3,<4" 46 46 '';