python-nwdiag: bump 0.9.4 -> 1.0.0

Changes:
  1.0.0 (2013-10-05)
  Support python 3.2 and 3.3 (thanks to @masayuko)
  Drop supports for python 2.4 and 2.5
  Replace dependency: PIL -> Pillow

(The test phase still fails, so continue having it disabled.)
This commit is contained in:
Bjørn Forsman 2013-11-24 13:07:02 +01:00
parent 6b2a7d0aa4
commit be0a7c1238

View File

@ -3968,11 +3968,11 @@ pythonPackages = modules // import ./python-packages-generated.nix {
nwdiag = buildPythonPackage rec {
name = "nwdiag-0.9.4";
name = "nwdiag-1.0.0";
src = fetchurl {
url = "https://pypi.python.org/packages/source/n/nwdiag/${name}.tar.gz";
md5 = "199b22f66ec3012c3999177d376a3842";
md5 = "d81581a028840f8f7362ab21bf73e941";
};
buildInputs = [ pep8 nose unittest2 docutils ];