diff options
author | Brett Gilio <brettg@gnu.org> | 2020-12-13 17:51:38 -0600 |
---|---|---|
committer | Brett Gilio <brettg@gnu.org> | 2020-12-13 17:51:38 -0600 |
commit | 41807eb5329299b8c45cd49356a4ead01ce0d469 (patch) | |
tree | 124dd66562238a10462010e8a12e0c10219823e8 | |
parent | 37ec5df6f7ab3cd5063c6b0574f5cf7dde145187 (diff) | |
download | guix-41807eb5329299b8c45cd49356a4ead01ce0d469.tar.gz |
gnu: python-language-server: Update to 0.36.2.
* gnu/packages/python-xyz.scm (python-language-server): Update to 0.36.2.
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index d8c563bdb1..b4b705391e 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -4137,14 +4137,14 @@ Server (PLS).") (define-public python-language-server (package (name "python-language-server") - (version "0.36.1") + (version "0.36.2") (source (origin (method url-fetch) (uri (pypi-uri "python-language-server" version)) (sha256 (base32 - "0ljzc50z5v08is8fis1fg2dk9sb6275jlvzxb6nij0w6ys772pf8")))) + "1c0pnk2aibfhfaanrs0a5gkabkvz81gj20z7r0152b7fcx5ci14r")))) (build-system python-build-system) (propagated-inputs `(("python-autopep8" ,python-autopep8) |