Merge pull request #5931 from k0ral/bottle

bottle: 0.12.7 -> 0.12.8
This commit is contained in:
Jascha Geerds 2015-01-24 17:11:58 +01:00
commit 3b7d32f014
1 changed files with 2 additions and 2 deletions

View File

@ -1124,12 +1124,12 @@ let
};
bottle = buildPythonPackage rec {
version = "0.12.7";
version = "0.12.8";
name = "bottle-${version}";
src = pkgs.fetchurl {
url = "https://pypi.python.org/packages/source/b/bottle/${name}.tar.gz";
sha256 = "0wr0gfz0bqlzhxk691x0xnf80b8v5pnl3jpnbgs1m9bcy28j3sp3";
sha256 = "1b2hq0l4nwh75s2w6wgiqlkj4q1qvyx6a94axl2k4lsym1aifpfd";
};
propagatedBuildInputs = with self; [ setuptools ];