gnu: python-sympy: Update to 1.10.1.
* gnu/packages/python-xyz.scm (python-sympy): Update to 1.10.1.
This commit is contained in:
parent
37ea0a7360
commit
00d3fb23ff
1 changed files with 2 additions and 2 deletions
|
@ -9957,13 +9957,13 @@ function signatures.")
|
||||||
(define-public python-sympy
|
(define-public python-sympy
|
||||||
(package
|
(package
|
||||||
(name "python-sympy")
|
(name "python-sympy")
|
||||||
(version "1.7.1")
|
(version "1.10.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "sympy" version))
|
(uri (pypi-uri "sympy" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0bkb4jf24yv5i4kjpsmg1xjjccfhqyi0syv0p0xvhdbmx5hr5pm3"))))
|
(base32 "0yvqb2fhrm81skl8s9znbkkjfb1a09n64qqlc1r225cyvzzywfar"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Reference in a new issue