me
/
guix
Archived
1
0
Fork 0

gnu: python-sympy: Update to 1.10.1.

* gnu/packages/python-xyz.scm (python-sympy): Update to 1.10.1.
vicvbcun 2022-08-08 17:45:45 +02:00 committed by Andreas Enge
parent 37ea0a7360
commit 00d3fb23ff
No known key found for this signature in database
GPG Key ID: F7D5C9BF765C61E3
1 changed files with 2 additions and 2 deletions

View File

@ -9957,13 +9957,13 @@ function signatures.")
(define-public python-sympy
(package
(name "python-sympy")
(version "1.7.1")
(version "1.10.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "sympy" version))
(sha256
(base32 "0bkb4jf24yv5i4kjpsmg1xjjccfhqyi0syv0p0xvhdbmx5hr5pm3"))))
(base32 "0yvqb2fhrm81skl8s9znbkkjfb1a09n64qqlc1r225cyvzzywfar"))))
(build-system python-build-system)
(arguments
`(#:phases