Merge pull request #4872 from joachifm/sympy-fixes

Sympy fixes
This commit is contained in:
Arseniy Seroka 2014-11-07 23:12:30 +03:00
commit babd40d7e3

View file

@ -8494,7 +8494,7 @@ let
disabled = isPy34; # some tests fail
src = pkgs.fetchurl {
url = "https://github.com/sympy/sympy/releases/download/${name}/${name}.tar.gz";
url = "https://pypi.python.org/packages/source/s/sympy/${name}.tar.gz";
sha256 = "0h1b9mx0snyyybj1x1ga69qssgjzkkgx2rw6nddjhyz1fknf8ywh";
};
@ -8506,7 +8506,7 @@ let
meta = with stdenv.lib; {
description = "A Python library for symbolic mathematics";
homepage = http://www.sympy.org/;
license = "free";
license = licenses.bsd3;
maintainers = with maintainers; [ lovek323 ];
platforms = platforms.unix;
};