python-foolscap: updated to version 0.5.1

svn path=/nixpkgs/trunk/; revision=22770
This commit is contained in:
Peter Simons 2010-07-27 23:51:56 +00:00
parent 07a0bf9be0
commit d1b181e8bb
1 changed files with 2 additions and 2 deletions

View File

@ -156,11 +156,11 @@ rec {
});
foolscap = buildPythonPackage (rec {
name = "foolscap-0.4.2";
name = "foolscap-0.5.1";
src = fetchurl {
url = "http://foolscap.lothar.com/releases/${name}.tar.gz";
sha256 = "14g89kjxxci3ssl9jgvpkyrcq62g361aw8pamlkclk8nnrh4f776";
sha256 = "c7dfb6f9331e05a8d9553730493b4740c7bf4b4cd68ba834061f0ca0d455492d";
};
propagatedBuildInputs = [ twisted pkgs.pyopenssl ];