unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#34714] [PATCH] gnu: python-language-server: Update to 0.24.0.
@ 2019-03-02 22:41 Brett Gilio
  2019-03-05  3:37 ` bug#34714: " Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Brett Gilio @ 2019-03-02 22:41 UTC (permalink / raw)
  To: 34714

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: [PATCH] gnu: python-language-server: Update to 0.24.0. --]
[-- Type: text/x-patch, Size: 1125 bytes --]

From e8c6c3a1f829af311df3aaba40730b60a63678e7 Mon Sep 17 00:00:00 2001
From: Brett Gilio <brettg@posteo.net>
Date: Sat, 2 Mar 2019 16:40:34 -0600
Subject: [PATCH] gnu: python-language-server: Update to 0.24.0.

* gnu/packages/python-xyz.scm (python-language-server): Update to 0.24.0.
---
 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 f6c217f34..d43a9fc59 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -2631,14 +2631,14 @@ Server (PLS).")
 (define-public python-language-server
   (package
     (name "python-language-server")
-    (version "0.23.2")
+    (version "0.24.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "python-language-server" version))
        (sha256
         (base32
-         "1h83x5widj9p630ha9yv39cpp3djxppll3iww9nc8i3hdmyrbnnh"))))
+         "05zmv6jr7qbgnkz0lqh5pr7kr4lm12i8ljm2k5h5kz3q9m8d4mm0"))))
     (build-system python-build-system)
     (propagated-inputs
      `(("python-pluggy" ,python-pluggy)
-- 
2.21.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-03-05  3:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-02 22:41 [bug#34714] [PATCH] gnu: python-language-server: Update to 0.24.0 Brett Gilio
2019-03-05  3:37 ` bug#34714: " Leo Famulari

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).