guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: python-language-server: Update to 0.26.1.


From: guix-commits
Subject: 01/01: gnu: python-language-server: Update to 0.26.1.
Date: Sun, 31 Mar 2019 14:17:04 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit ccbaeba38ec5226f25e792062f42b0cff81893eb
Author: Brett Gilio <address@hidden>
Date:   Fri Mar 29 20:23:20 2019 +0100

    gnu: python-language-server: Update to 0.26.1.
    
    * gnu/packages/python-xyz.scm (python-language-server): Update to 0.26.1.
    
    Signed-off-by: Efraim Flashner <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 413d8a8..3ebf2ab 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -2765,14 +2765,14 @@ Server (PLS).")
 (define-public python-language-server
   (package
     (name "python-language-server")
-    (version "0.25.0")
+    (version "0.26.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "python-language-server" version))
        (sha256
         (base32
-         "1xabnaqd4n72myrc3mxl2y33vr2p7c9c5a87n77p9k327ckvdx01"))))
+         "1vs9ckfmm534n1hq3m871916wsjvi5h4gyj6wlzg13ck6506lx0s"))))
     (build-system python-build-system)
     (propagated-inputs
      `(("python-pluggy" ,python-pluggy)



reply via email to

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