mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
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:
parent
c8621fa193
commit
08c6fd9511
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue