3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: python-jedi: Update to 0.13.2.

* gnu/packages/python-xyz.scm (python-jedi): Update to 0.13.2.
This commit is contained in:
Maxim Cournoyer 2019-01-23 10:41:33 -05:00
parent dfafc29bcf
commit 40bd0aa37b
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -9672,17 +9672,17 @@ characters, mouse support, and auto suggestions.")
(define-public python-jedi (define-public python-jedi
(package (package
(name "python-jedi") (name "python-jedi")
(version "0.13.1") (version "0.13.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "jedi" version)) (uri (pypi-uri "jedi" version))
(sha256 (sha256
(base32 (base32
"0j11q42g5vjkyhhjpyy8nb0gdxs78m3rpjai7p1hvgpyl9rkyjdp")))) "1za944msp0f8x36qa8l309jhv0kzlsdh7r9nj3z12y8npnsh45sp"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`( ;; Many tests are failing with Python 3.7.x as of version 0.13.1 (see: `( ;; Many tests are failing with Python 3.7.x as of version 0.13.2 (see:
;; https://github.com/davidhalter/jedi/issues/1263) ;; https://github.com/davidhalter/jedi/issues/1263)
#:tests? #f #:tests? #f
#:phases #:phases