Merge pull request #49452 from timokau/sympy-1.3

pythonPackages.sympy: 1.2 -> 1.3
This commit is contained in:
Timo Kaufmann 2018-10-30 15:45:45 +01:00 committed by GitHub
commit 835df8a8a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,11 +8,11 @@
buildPythonPackage rec {
pname = "sympy";
version = "1.2"; # Upgrades may break sage. Please test.
version = "1.3"; # Upgrades may break sage. Please test or ping @timokau.
src = fetchPypi {
inherit pname version;
sha256 = "0pr2v7dl51ngch1cfs423qsb472l9ys1m8m7vrhhh99fsxqa0v18";
sha256 = "0m0vhyv15zszn19mk5xq3py4iijjbr7f3fpy1s57b8q7c9arncg1";
};
checkInputs = [ glibcLocales ];