bottle: 0.12.7 -> 0.12.8
This commit is contained in:
parent
5e7501cd41
commit
cefd38080e
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user