[PATCH] gnu: python-language-server: Update to 0.23.2.

  • Done
  • quality assurance status badge
Details
2 participants
  • Brett Gilio
  • Ricardo Wurmus
Owner
unassigned
Submitted by
Brett Gilio
Severity
normal

Debbugs page

Brett Gilio wrote 6 years ago
(address . guix-patches@gnu.org)
87lg2c93dd.fsf@posteo.net
From 76dc4dfb335be833c76ed90af579acda5e7e25cb Mon Sep 17 00:00:00 2001
From: Brett Gilio <brettg@posteo.net>
Date: Mon, 18 Feb 2019 15:44:51 -0600
Subject: [PATCH] gnu: python-language-server: Update to 0.23.2.

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

Toggle diff (23 lines)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 835b5c8a8..8a8ae5f28 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -2627,14 +2627,14 @@ Server (PLS).")
(define-public python-language-server
(package
(name "python-language-server")
- (version "0.22.0")
+ (version "0.23.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "python-language-server" version))
(sha256
(base32
- "04pbxl06hg0ddm2xx99jn9jh40yv0mmzdjw8pqd2rbcdg42hhia6"))))
+ "1h83x5widj9p630ha9yv39cpp3djxppll3iww9nc8i3hdmyrbnnh"))))
(build-system python-build-system)
(propagated-inputs
`(("python-pluggy" ,python-pluggy)
--
2.20.1
Ricardo Wurmus wrote 6 years ago
(name . Brett Gilio)(address . brettg@posteo.net)(address . 34533-done@debbugs.gnu.org)
878sycwwoh.fsf@elephly.net
Brett Gilio <brettg@posteo.net> writes:

Toggle quote (7 lines)
> From 76dc4dfb335be833c76ed90af579acda5e7e25cb Mon Sep 17 00:00:00 2001
> From: Brett Gilio <brettg@posteo.net>
> Date: Mon, 18 Feb 2019 15:44:51 -0600
> Subject: [PATCH] gnu: python-language-server: Update to 0.23.2.
>
> * gnu/packages/python-xyz.scm (python-language-server): Update to 0.23.2.

Thanks. Pushed to the master branch with commit 298d878d2.

--
Ricardo
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 34533@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 34533
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help