# HG changeset patch # User Marcin Kuzminski # Date 2019-03-29 11:24:03 # Node ID 2800f6146a6012cb8fc36dfb7f98020300e9da5b # Parent 318aba2b66b69db5c1225b7e21643b448a7d7285 dependencies: bumped paste to 3.0.8 diff --git a/pkgs/python-packages.nix b/pkgs/python-packages.nix --- a/pkgs/python-packages.nix +++ b/pkgs/python-packages.nix @@ -1051,14 +1051,14 @@ self: super: { }; }; "paste" = super.buildPythonPackage { - name = "paste-3.0.5"; + name = "paste-3.0.8"; doCheck = false; propagatedBuildInputs = [ self."six" ]; src = fetchurl { - url = "https://files.pythonhosted.org/packages/d4/41/91bde422400786b1b06357c1e6e3a5379f54dc3002aeb337cb767233304e/Paste-3.0.5.tar.gz"; - sha256 = "1a6i8fh1fg8r4x800fvy9r82m15clwjim6yf2g9r4dff0y40dchv"; + url = "https://files.pythonhosted.org/packages/66/65/e3acf1663438483c1f6ced0b6c6f3b90da9f0faacb0a6e2aa0f3f9f4b235/Paste-3.0.8.tar.gz"; + sha256 = "05w1sh6ky4d7pmdb8nv82n13w22jcn3qsagg5ih3hjmbws9kkwf4"; }; meta = { license = [ pkgs.lib.licenses.mit ]; diff --git a/requirements.txt b/requirements.txt --- a/requirements.txt +++ b/requirements.txt @@ -34,7 +34,7 @@ markupsafe==1.1.0 msgpack-python==0.5.6 pyotp==2.2.7 packaging==15.2 -paste==3.0.5 +paste==3.0.8 pastedeploy==2.0.1 pastescript==3.0.0 peppercorn==0.6