nckx pushed a commit to branch master
in repository guix.
commit 7a6eaf5ca9c12c2d844223080694b94953abf982
Author: Tobias Geerinckx-Rice <[email protected]>
Date: Mon Sep 10 21:47:32 2018 +0200
gnu: python-parso: Update to 0.3.1.
* gnu/packages/python.scm (python-parso): Update to 0.3.1.
---
gnu/packages/python.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index a70e0a2..8d36883 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -13519,14 +13519,14 @@ time-based (TOTP) passwords.")
(define-public python-parso
(package
(name "python-parso")
- (version "0.2.1")
+ (version "0.3.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "parso" version))
(sha256
(base32
- "0zvh4rdhv2wkglkgh0h9kn9ndpsw5p639wcwv47jn1kfp504lq7h"))))
+ "18p89iwcm8mnf380f92g9w0bhx5km8wxp392vvjcq4y1ld1llw1m"))))
(native-inputs
`(("python-pytest" ,python-pytest)))
(build-system python-build-system)