gnu: python-sympy: Update to 1.11.1.

All dependents successfully build except the continued failure of
python-dolfin-adjoint: http://ci.guix.gnu.org/build/1306546/details

* gnu/packages/python-xyz.scm (python-sympy): Update to 1.11.1.

Signed-off-by: Marius Bakke <marius@gnu.org>
This commit is contained in:
Greg Hogan 2022-09-07 12:58:44 +00:00 committed by Marius Bakke
parent c8621fa193
commit 08c6fd9511
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -10015,13 +10015,13 @@ (define-public python-yte
(define-public python-sympy
(package
(name "python-sympy")
(version "1.10.1")
(version "1.11.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "sympy" version))
(sha256
(base32 "0yvqb2fhrm81skl8s9znbkkjfb1a09n64qqlc1r225cyvzzywfar"))))
(base32 "0n46x1rfy8c2a9za3yp2va5icigxj805f9fmiq8c1drwwvf808z3"))))
(build-system python-build-system)
(arguments
`(#:phases