python-seqdiag: update from 0.9.0 to 0.9.4

This commit is contained in:
Bjørn Forsman 2014-12-03 07:43:04 +01:00
parent 7317066e64
commit fad7619799

@ -8529,11 +8529,11 @@ let
};
seqdiag = buildPythonPackage rec {
name = "seqdiag-0.9.0";
name = "seqdiag-0.9.4";
src = pkgs.fetchurl {
url = "https://pypi.python.org/packages/source/s/seqdiag/${name}.tar.gz";
md5 = "92946555ce219df18002e6c88b4055d3";
sha256 = "1qa7d0m1wahvmrj95rxkb6128cbwd4w3gy8gbzncls66h46bifiz";
};
buildInputs = with self; [ pep8 nose unittest2 docutils ];