python-packages: update colander-1.0b to 1.0

This commit is contained in:
desiderius 2015-04-07 15:21:29 +02:00
parent e7306302d0
commit fca7bee0c1
1 changed files with 3 additions and 3 deletions

View File

@ -1750,14 +1750,14 @@ let
colander = buildPythonPackage rec {
name = "colander-1.0b1";
name = "colander-1.0";
src = pkgs.fetchurl {
url = "http://pypi.python.org/packages/source/c/colander/${name}.tar.gz";
md5 = "89f2cf4b5c87d43f7917d6a0d4872e6a";
md5 = "058576123da7216288c079c9f47693f8";
};
propagatedBuildInputs = with self; [ self.translationstring ];
propagatedBuildInputs = with self; [ self.translationstring self.iso8601 ];
meta = {
maintainers = [