gnu: Remove python2-sympy.
* gnu/packages/python-xyz.scm (python2-sympy): Delete variable.
This commit is contained in:
parent
c6f2476171
commit
b2750c2172
1 changed files with 0 additions and 11 deletions
|
@ -10547,17 +10547,6 @@ full-featured computer algebra system (CAS) while keeping the code as simple
|
||||||
as possible in order to be comprehensible and easily extensible.")
|
as possible in order to be comprehensible and easily extensible.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public python2-sympy
|
|
||||||
(package
|
|
||||||
(inherit (package-with-python2 python-sympy))
|
|
||||||
(version "1.5.1") ; last release for python2
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (pypi-uri "sympy" version))
|
|
||||||
(sha256
|
|
||||||
(base32 "0zjfbxlkazzh9z22gf62azrkipb2xw7mpzjz3wl1az9893bh2yfp"))))))
|
|
||||||
|
|
||||||
(define-public python-q
|
(define-public python-q
|
||||||
(package
|
(package
|
||||||
(name "python-q")
|
(name "python-q")
|
||||||
|
|
Reference in a new issue