guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: python-language-server: Update to 0.28.1.


From: guix-commits
Subject: 02/04: gnu: python-language-server: Update to 0.28.1.
Date: Tue, 10 Sep 2019 18:10:00 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 984cabc4a66cd6b58354887530d136e92bd8a172
Author: Brian Leung <address@hidden>
Date:   Sat Aug 24 04:47:38 2019 +0200

    gnu: python-language-server: Update to 0.28.1.
    
    * gnu/packages/python-xyz.scm (python-language-server): Update to 0.28.1.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 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 16f1331..a928677 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -2987,14 +2987,14 @@ Server (PLS).")
 (define-public python-language-server
   (package
     (name "python-language-server")
-    (version "0.26.1")
+    (version "0.28.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "python-language-server" version))
        (sha256
         (base32
-         "1vs9ckfmm534n1hq3m871916wsjvi5h4gyj6wlzg13ck6506lx0s"))))
+         "1qbiij208l6g1l5hzihx8badhmqkxdk0spn7gm7564yg54zdp2g2"))))
     (build-system python-build-system)
     (propagated-inputs
      `(("python-pluggy" ,python-pluggy)



reply via email to

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