pythonPackages.webob: 1.3.1 -> 1.4

This commit is contained in:
Domen Kožar 2014-10-02 20:09:53 +02:00
parent 981e93bd34
commit 91c0ba4b20

View file

@ -9287,12 +9287,12 @@ let
webob = buildPythonPackage rec {
version = "1.3.1";
version = "1.4";
name = "webob-${version}";
src = fetchurl {
url = "http://pypi.python.org/packages/source/W/WebOb/WebOb-${version}.tar.gz";
md5 = "20918251c5726956ba8fef22d1556177";
md5 = "8437607c0cc00c35f658f972516ffb55";
};
propagatedBuildInputs = [ nose modules.ssl ];