1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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

This commit is contained in:
Franz Pletz 2016-12-21 18:59:35 +01:00 committed by Graham Christensen
parent 4e6c7faf36
commit ecc7b3364c
No known key found for this signature in database
GPG key ID: ACA1C1D120C83D5C

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 ];