3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.sympy: 1.9 -> 1.10.1

This commit is contained in:
Martin Weinelt 2022-03-31 01:05:18 +02:00
parent a2edb84e92
commit d6efbcc869

View file

@ -7,11 +7,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "sympy"; pname = "sympy";
version = "1.9"; version = "1.10.1";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "c7a880e229df96759f955d4f3970d4cabce79f60f5b18830c08b90ce77cd5fdc"; sha256 = "sha256-WTnu/9+eFSFyYBRjYmwCKiwn51z2J43o1AHVDJ1YeHs=";
}; };
checkInputs = [ glibcLocales ]; checkInputs = [ glibcLocales ];