summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2019-03-04 20:18:54 +0100
committerMarius Bakke <mbakke@fastmail.com>2019-03-04 22:33:19 +0100
commit6d3cff5acacecc240b1d86048e41df3ce26483a5 (patch)
treef0bf9bc28f9d2431c555c6bcb6d2133961a02724 /gnu
parentc6a2fd24fcb956dfaf4d155b0fca0e4e9c5def6b (diff)
downloadguix-6d3cff5acacecc240b1d86048e41df3ce26483a5.tar.gz
gnu: python-pyparsing: Update to 2.3.1.
* gnu/packages/python-xyz.scm (python-pyparsing): Update to 2.3.1.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 6a20ba4b49..020152b159 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3259,13 +3259,13 @@ library, libgit2 implements Git plumbing.")
 (define-public python-pyparsing
   (package
     (name "python-pyparsing")
-    (version "2.2.1")
+    (version "2.3.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "pyparsing" version))
        (sha256
-        (base32 "06dgd0iilvf8m0ssmfpcbh8l6jf0zkp8adbb84llksg17crfx4zl"))))
+        (base32 "0yk6xl885b91dmlhlsap7x78hk2rdr879fln9anbq6k4ca42djb6"))))
     (build-system python-build-system)
     (outputs '("out" "doc"))
     (arguments