pythonPackages.bottle: 0.12.9 -> 0.12.11 for CVE-2016-9964

This commit is contained in:
Franz Pletz
2016-12-21 14:37:48 -05:00
committed by Graham Christensen
parent 4e6c7faf36
commit ecc7b3364c
+2 -2
View File
@@ -3059,12 +3059,12 @@ in {
};
bottle = buildPythonPackage rec {
version = "0.12.9";
version = "0.12.11";
name = "bottle-${version}";
src = pkgs.fetchurl {
url = "mirror://pypi/b/bottle/${name}.tar.gz";
sha256 = "0l80a1qkg7zbi8s077brfgm5w4ypwxgq9rvsvw16snc5jfsj82py";
sha256 = "0cd787lzggs933qfav6xicx5c78dz6npwgg3xc4rhah44nbqz5d1";
};
propagatedBuildInputs = with self; [ setuptools ];