guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: python-language-server: Update to 0.36.2.


From: guix-commits
Subject: branch master updated: gnu: python-language-server: Update to 0.36.2.
Date: Sun, 13 Dec 2020 18:51:59 -0500

This is an automated email from the git hooks/post-receive script.

brettgilio pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 41807eb  gnu: python-language-server: Update to 0.36.2.
41807eb is described below

commit 41807eb5329299b8c45cd49356a4ead01ce0d469
Author: Brett Gilio <brettg@gnu.org>
AuthorDate: Sun Dec 13 17:51:38 2020 -0600

    gnu: python-language-server: Update to 0.36.2.
    
    * gnu/packages/python-xyz.scm (python-language-server): Update to 0.36.2.
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index d8c563b..b4b7053 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]