mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-10 13:40:20 +01:00
gnu: python-parso: Update to 0.7.1.
* gnu/packages/python-xyz.scm (python-parso): Update to 0.7.1.
This commit is contained in:
parent
3d320ae1af
commit
ad4ee037fd
1 changed files with 2 additions and 3 deletions
|
@ -17108,14 +17108,13 @@ time-based (TOTP) passwords.")
|
||||||
(define-public python-parso
|
(define-public python-parso
|
||||||
(package
|
(package
|
||||||
(name "python-parso")
|
(name "python-parso")
|
||||||
(version "0.7.0")
|
(version "0.7.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "parso" version))
|
(uri (pypi-uri "parso" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1f9fc99mjx0h2ad4mgsid728nnmw58hvnq3411g8ljlr9dr49fna"))))
|
||||||
"0b7irps2dqmzq41sxbpvxbivhh1x2hwmbqp45bbpd82446p9z3lh"))))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-pytest" ,python-pytest)))
|
`(("python-pytest" ,python-pytest)))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
|
|
Loading…
Add table
Reference in a new issue