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


From: guix-commits
Subject: 01/01: gnu: python-language-server: Update to 0.25.0.
Date: Thu, 14 Mar 2019 21:42:24 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit fe4a4bd23aa55bc6e8f5639db0dbfb358df99861
Author: Brett Gilio <address@hidden>
Date:   Thu Mar 14 18:34:42 2019 -0500

    gnu: python-language-server: Update to 0.25.0.
    
    * gnu/packages/python-xyz.scm (python-language-server): Update to 0.25.0.
    [propagated-inputs]: Add python-pylint.
    
    Signed-off-by: Leo Famulari <address@hidden>
---
 gnu/packages/python-xyz.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index ab8e543..706524b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -2634,14 +2634,14 @@ Server (PLS).")
 (define-public python-language-server
   (package
     (name "python-language-server")
-    (version "0.24.0")
+    (version "0.25.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "python-language-server" version))
        (sha256
         (base32
-         "05zmv6jr7qbgnkz0lqh5pr7kr4lm12i8ljm2k5h5kz3q9m8d4mm0"))))
+         "1xabnaqd4n72myrc3mxl2y33vr2p7c9c5a87n77p9k327ckvdx01"))))
     (build-system python-build-system)
     (propagated-inputs
      `(("python-pluggy" ,python-pluggy)
@@ -2653,7 +2653,8 @@ Server (PLS).")
        ("python-pycodestyle" ,python-pycodestyle)
        ("python-mccabe" ,python-mccabe)
        ("python-rope" ,python-rope)
-       ("python-autopep8" ,python-autopep8)))
+       ("python-autopep8" ,python-autopep8)
+       ("python-pylint" ,python-pylint)))
     (home-page "https://github.com/palantir/python-language-server";)
     (synopsis "Python implementation of the Language Server Protocol")
     (description



reply via email to

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