about summary refs log tree commit diff
path: root/pkgs/applications/networking/zerobin
diff options
context:
space:
mode:
authorlegendofmiracles <legendofmiracles@protonmail.com>2021-11-05 07:10:07 -0600
committerlegendofmiracles <legendofmiracles@protonmail.com>2021-11-05 07:10:07 -0600
commit0bbc02446218acd49e65204b96636356e51b1e81 (patch)
tree38a72c38fcac313a35be339a8aed106dd276e859 /pkgs/applications/networking/zerobin
parent0cc8662dec9ac6c14631399ceb92ddd5dcbee4cd (diff)
zerobin: fix build
Diffstat (limited to 'pkgs/applications/networking/zerobin')
-rw-r--r--pkgs/applications/networking/zerobin/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/zerobin/default.nix b/pkgs/applications/networking/zerobin/default.nix
index 16a52d6704501..56d5274751fce 100644
--- a/pkgs/applications/networking/zerobin/default.nix
+++ b/pkgs/applications/networking/zerobin/default.nix
@@ -40,7 +40,7 @@ python3Packages.buildPythonApplication rec {
     # relax version constraints of some dependencies
     substituteInPlace setup.cfg \
       --replace "clize==4.1.1" "clize" \
-      --replace "bleach==3.1.5" "bleach>=3.1.5,<4" \
+      --replace "bleach==3.1.5" "bleach>=3.1.5,<5" \
       --replace "bottle==0.12.18" "bottle>=0.12.18,<1" \
       --replace "Paste==3.4.3" "Paste>=3.4.3,<4"
   '';