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

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

Debbugs page

Brett Gilio wrote 6 years ago
(address . guix-patches@gnu.org)
875zs1bi10.fsf@posteo.net
From eb8bad0abdcbf627efe410b68b7e54a4107df230 Mon Sep 17 00:00:00 2001
From: Brett Gilio <brettg@posteo.net>
Date: Fri, 29 Mar 2019 20:23:20 +0100
Subject: [PATCH] gnu: python-language-server: Update to 0.26.1.

* gnu/packages/python-xyz.scm (python-language-server): Update to 0.26.1.
---
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 f392b52235..c461f5a5aa 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)
--
2.21.0
Efraim Flashner wrote 6 years ago
(name . Brett Gilio)(address . brettg@posteo.net)(address . 35042-done@debbugs.gnu.org)
20190331181740.GC21029@macbook41
Thanks. Pushed as ccbaeba38ec5226f25e792062f42b0cff81893eb


--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAlyhBEAACgkQQarn3Mo9
g1F/VBAAmwoiGozusoycnN+ARU56l+zSgRBZwvy1PvJKyjIgwkD14G2UOCTtXFc+
cz/ZoUJmKIqejxxYEJSqSJYCGH08L6HJsHxGsP5MCu0MK7irXamJc0AYmUkcpJrA
HNY+F6e2gCiK8tvw9ThXOzU0VxYXeRTyJp+tjysjOZfke6LFWF6ERaceeU+56P5A
F9m8PYqyP0csgdvDvzGJCbYQ8Zz3WYexaagALyBYwhOBFI2xo9VVM5kCQW3vcqJX
XwEZNJKaeh7WVxwiK6GL6QenFlxhiF2PC7kGgipriAKo7+795goVZRqFy4Rb5GxV
Ov6JlXx40RQdrdjhbGGfYmGqR5+lNSjJX6jP7hZ7PLE5L0S/gGzw8wjBKYcFUGBV
s/JU1t9XMq+klkiw+KhEg1FBeMdJaAd8WDYWE8sJNJNO4Bpwj1IEkZ1soEJAYkNS
3l94w0wZzG1SzwxyIxjUupi4QBjTH23UisZoMCNIboFIGQ4JbP8qcWpQUFr+UBsc
yHYFyD5bUbnUr5/Ohs6bAFB6rp8iDN+YggsgrnCShgfNqS8xnQfjTdzKrwVEioZf
7jYYWL80QKjoqs2676EKCgpZc0BQNp9DPKNtPYlIIr2HLrJ7Tp5h466Qnzed79u3
Dx4XxI5SXMqLEI5L7+Eekhbyyb4dON1r7h/KpdKaqyv2oYtMpPE=
=zqiS
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 35042
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