me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/python-xyz.scm (python-language-server): Update to 0.31.6.
master
Brett Gilio 2020-01-18 14:01:19 -06:00
parent 815e12f395
commit 81e3ba033f
No known key found for this signature in database
GPG Key ID: 672243C4A03F0EEE
1 changed files with 2 additions and 2 deletions

View File

@ -3052,14 +3052,14 @@ Server (PLS).")
(define-public python-language-server
(package
(name "python-language-server")
(version "0.31.4")
(version "0.31.6")
(source
(origin
(method url-fetch)
(uri (pypi-uri "python-language-server" version))
(sha256
(base32
"1nrs56jpx7dvghaas0kc5k9lxas5vr3awj3k87p4akki43nsblb8"))))
"0cqrffd5272p2hifa35rf1h1g6dss741jmjkwa43jninifmbz0df"))))
(build-system python-build-system)
(propagated-inputs
`(("python-pluggy" ,python-pluggy)