pythonPackages.supervisor: 3.1.1 -> 3.1.4 (security)

Fixes CVE-2017-11610.

+2 -2
+2 -2
pkgs/top-level/python-packages.nix
··· 22299 22299 }; 22300 22300 22301 22301 supervisor = buildPythonPackage rec { 22302 - name = "supervisor-3.1.1"; 22302 + name = "supervisor-3.1.4"; 22303 22303 22304 22304 disabled = isPy3k; 22305 22305 22306 22306 src = pkgs.fetchurl { 22307 22307 url = "mirror://pypi/s/supervisor/${name}.tar.gz"; 22308 - sha256 = "e3c3b35804c24b6325b5ba462553ebee80d5f4d1766274737b5c532cd4a11d59"; 22308 + sha256 = "0kk0sv7780m4dzmrcb2m284krz907jh8jp7khz5a79qryy4m1xw2"; 22309 22309 }; 22310 22310 22311 22311 buildInputs = with self; [ mock ];