mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-21 02:03:29 -05:00
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>
This commit is contained in:
parent
6f1784fa5c
commit
5f9a9efb69
1 changed files with 11 additions and 0 deletions
|
@ -4654,6 +4654,17 @@ (define-public python-pyparsing
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue