guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/07: gnu: Add python-pyparsing-2.4.7.


From: guix-commits
Subject: 02/07: gnu: Add python-pyparsing-2.4.7.
Date: Thu, 27 Aug 2020 07:51:58 -0400 (EDT)

mothacehe pushed a commit to branch master
in repository guix.

commit 5f9a9efb69e0b6e00b0e6e37a11fe0aa1b995f88
Author: Leo Prikler <leo.prikler@student.tugraz.at>
AuthorDate: Tue Aug 25 19:37:31 2020 +0200

    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>
---
 gnu/packages/python-xyz.scm | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 6ddd253..0e50014 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]