gnu: Add python-pyparsing-2.4.7.
* gnu/packages/python-xyz.scm (python-pyparsing-2.4.7): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>master
parent
6f1784fa5c
commit
5f9a9efb69
|
@ -4654,6 +4654,17 @@ that client code uses to construct the grammar directly in Python code.")
|
|||
(define-public python2-pyparsing
|
||||
(package-with-python2 python-pyparsing))
|
||||
|
||||
(define-public python-pyparsing-2.4.7
|
||||
(package
|
||||
(inherit python-pyparsing)
|
||||
(version "2.4.7")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "pyparsing" version))
|
||||
(sha256
|
||||
(base32 "1hgc8qrbq1ymxbwfbjghv01fm3fbpjwpjwi0bcailxxzhf3yq0y2"))))))
|
||||
|
||||
(define-public python-numpydoc
|
||||
(package
|
||||
(name "python-numpydoc")
|
||||
|
|
Reference in New Issue