gnu: python-sympy: Update to 1.0.

* gnu/packages/python.scm (python-sympy, python2-sympy): Update to 1.0.
[propagated-inputs]: Add python-mpmath.
This commit is contained in:
Marius Bakke 2016-12-15 16:47:13 +01:00
parent 58a35665d9
commit 52f622ef9f
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 4 additions and 2 deletions

View File

@ -5439,7 +5439,7 @@ more advanced mathematics.")
(define-public python-sympy (define-public python-sympy
(package (package
(name "python-sympy") (name "python-sympy")
(version "0.7.6") (version "1.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -5447,8 +5447,10 @@ more advanced mathematics.")
"https://github.com/sympy/sympy/releases/download/sympy-" "https://github.com/sympy/sympy/releases/download/sympy-"
version "/sympy-" version ".tar.gz")) version "/sympy-" version ".tar.gz"))
(sha256 (sha256
(base32 "19yp0gy4i7p4g6l3b8vaqkj9qj7yqb5kqy0qgbdagpzgkdz958yz")))) (base32 "1bpzjwr9hrr7w88v4vgnj9lr6vxcldc94si13n8xpr1rv08d5b1y"))))
(build-system python-build-system) (build-system python-build-system)
(propagated-inputs
`(("python-mpmath" ,python-mpmath)))
(home-page "http://www.sympy.org/") (home-page "http://www.sympy.org/")
(synopsis "Python library for symbolic mathematics") (synopsis "Python library for symbolic mathematics")
(description (description