about summary refs log tree commit diff
path: root/pkgs/applications/networking/zerobin
diff options
context:
space:
mode:
authorKerstin Humm <kerstin@erictapen.name>2022-04-14 14:00:07 +0200
committerKerstin Humm <kerstin@erictapen.name>2022-05-04 22:47:27 +0200
commit60b4f7d8e86c81838c76c98a7a7b9de8aec7acd7 (patch)
tree39e159d30448aa2c610281c930675167dfdb188a /pkgs/applications/networking/zerobin
parent0c90ed17cedcd618bdbacb45a3d5a8c5d2ee3b09 (diff)
zerobin: raise version bounds for bleach to <6
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 56d5274751fce..ca55085d8085f 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,<5" \
+      --replace "bleach==3.1.5" "bleach>=3.1.5,<6" \
       --replace "bottle==0.12.18" "bottle>=0.12.18,<1" \
       --replace "Paste==3.4.3" "Paste>=3.4.3,<4"
   '';