sympy: 1.6.2 -> 1.7.1 (#107663)

* sympy: 1.6.2 -> 1.7.1

* sage: adapt tests to sympy 1.7

Co-authored-by: Mauricio Collares <mauricio@collares.org>
This commit is contained in:
Сухарик
2021-01-06 20:10:30 +03:00
committed by GitHub
parent 313816590b
commit 4746e1717f
3 changed files with 30 additions and 2 deletions

View File

@@ -8,11 +8,11 @@
buildPythonPackage rec {
pname = "sympy";
version = "1.6.2";
version = "1.7.1";
src = fetchPypi {
inherit pname version;
sha256 = "1cfadcc80506e4b793f5b088558ca1fcbeaec24cd6fc86f1fdccaa3ee1d48708";
sha256 = "sha256-o96SYel1Nbg7uGB7DaLH0DEmZQ+v6isniWV7Ipwkay4=";
};
checkInputs = [ glibcLocales ];