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.31.6.


From: guix-commits
Subject: branch master updated: gnu: python-language-server: Update to 0.31.6.
Date: Sat, 18 Jan 2020 15:01:34 -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 81e3ba0  gnu: python-language-server: Update to 0.31.6.
81e3ba0 is described below

commit 81e3ba033feee78174da4499b3be0565f879f7b9
Author: Brett Gilio <address@hidden>
AuthorDate: Sat Jan 18 14:01:19 2020 -0600

    gnu: python-language-server: Update to 0.31.6.
    
    * gnu/packages/python-xyz.scm (python-language-server): Update to 0.31.6.
---
 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 2bef867..f1b0f99 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -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)



reply via email to

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