mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
python-blockdiag: bump 1.2.4 -> 1.3.2
Changes: 1.3.2 (2013-11-19) Fix bugs 1.3.1 (2013-10-22) Fix bugs 1.3.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 for one test, so continue having it disabled.)
This commit is contained in:
parent
a071712606
commit
36612c7614
@ -573,16 +573,16 @@ pythonPackages = modules // import ./python-packages-generated.nix {
|
||||
|
||||
|
||||
blockdiag = buildPythonPackage rec {
|
||||
name = "blockdiag-1.2.4";
|
||||
name = "blockdiag-1.3.2";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://pypi.python.org/packages/source/b/blockdiag/${name}.tar.gz";
|
||||
md5 = "244334f60cc10b0cb73b5df5279bcdd1";
|
||||
md5 = "602a8750f312eeee84d6d138055dfae7";
|
||||
};
|
||||
|
||||
buildInputs = [ pep8 nose unittest2 docutils ];
|
||||
|
||||
propagatedBuildInputs = [ pil webcolors funcparserlib ];
|
||||
propagatedBuildInputs = [ pillow webcolors funcparserlib ];
|
||||
|
||||
# One test fails:
|
||||
# ...
|
||||
|
Loading…
Reference in New Issue
Block a user