gnu: python-language-server: Update to 0.34.1.

* gnu/packages/python-xyz.scm (python-language-server): Update to 0.34.1.
This commit is contained in:
Brett Gilio 2020-07-19 02:54:48 -05:00
parent 4deab59f5a
commit a5e5e51f33
No known key found for this signature in database
GPG key ID: F6C52DD1BA27CB87

View file

@ -3840,14 +3840,14 @@ (define-public python-pydocstyle
(define-public python-language-server (define-public python-language-server
(package (package
(name "python-language-server") (name "python-language-server")
(version "0.32.0") (version "0.34.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "python-language-server" version)) (uri (pypi-uri "python-language-server" version))
(sha256 (sha256
(base32 (base32
"0j5swacmjps9sas1gfwg0xi84rmjhfhz20cwg3k4058d20rs20ip")))) "0gfjjlj7yg2nf8wkbrshwaljkwlqja4n7s1x949f495anmkg8vxr"))))
(build-system python-build-system) (build-system python-build-system)
(propagated-inputs (propagated-inputs
`(("python-pluggy" ,python-pluggy) `(("python-pluggy" ,python-pluggy)