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


From: guix-commits
Subject: 01/01: gnu: python-language-server: Update to 0.31.4.
Date: Fri, 3 Jan 2020 19:00:19 -0500 (EST)

brettgilio pushed a commit to branch master
in repository guix.

commit 046dd621ecb29c4ec5e5fb85d59a09145191917f
Author: Brett Gilio <address@hidden>
Date:   Fri Jan 3 18:00:15 2020 -0600

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

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 9b71982..db43bd7 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -57,7 +57,7 @@
 ;;; Copyright © 2018, 2019 Maxim Cournoyer <address@hidden>
 ;;; Copyright © 2018 Luther Thompson <address@hidden>
 ;;; Copyright © 2018 Vagrant Cascadian <address@hidden>
-;;; Copyright © 2019 Brett Gilio <address@hidden>
+;;; Copyright © 2019, 2020 Brett Gilio <address@hidden>
 ;;; Copyright © 2019 Sam <address@hidden>
 ;;; Copyright © 2019 Jack Hill <address@hidden>
 ;;; Copyright © 2019 Guillaume Le Vaillant <address@hidden>
@@ -3055,14 +3055,14 @@ Server (PLS).")
 (define-public python-language-server
   (package
     (name "python-language-server")
-    (version "0.31.2")
+    (version "0.31.4")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "python-language-server" version))
        (sha256
         (base32
-         "1iq69wc1fyhirfyq25ih41wq9yvr7bchiw0i116adpdgcq6m9idq"))))
+         "1nrs56jpx7dvghaas0kc5k9lxas5vr3awj3k87p4akki43nsblb8"))))
     (build-system python-build-system)
     (propagated-inputs
      `(("python-pluggy" ,python-pluggy)



reply via email to

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