pythonPackages.webob: 1.2.3 -> 1.3.1

This commit is contained in:
Domen Kožar 2013-12-18 22:29:00 +01:00
parent 43498628e8
commit bcf507f3c2

View File

@ -6860,12 +6860,12 @@ pythonPackages = modules // import ./python-packages-generated.nix {
webob = buildPythonPackage rec {
version = "1.2.3";
version = "1.3.1";
name = "webob-${version}";
src = fetchurl {
url = "http://pypi.python.org/packages/source/W/WebOb/WebOb-${version}.tar.gz";
md5 = "11825b7074ba7043e157805e4e6e0f55";
md5 = "20918251c5726956ba8fef22d1556177";
};
propagatedBuildInputs = [ nose modules.ssl ];