guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: python-lsp-server: Update to 1.3.3.


From: guix-commits
Subject: branch master updated: gnu: python-lsp-server: Update to 1.3.3.
Date: Mon, 20 Dec 2021 12:51:59 -0500

This is an automated email from the git hooks/post-receive script.

jlicht pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 84fe3a8  gnu: python-lsp-server: Update to 1.3.3.
84fe3a8 is described below

commit 84fe3a88179d5a6a5c619c408a4fd4fe2a779652
Author: Jelle Licht <jlicht@fsfe.org>
AuthorDate: Mon Dec 20 14:17:55 2021 +0100

    gnu: python-lsp-server: Update to 1.3.3.
    
    * gnu/packages/python-xyz.scm (python-lsp-server): Update to 1.3.3.
    [home-page]: Update to new location.
---
 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 2af4794..234444d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -4966,14 +4966,14 @@ Server (PLS).")
 (define-public python-lsp-server
   (package
     (name "python-lsp-server")
-    (version "1.3.1")
+    (version "1.3.3")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "python-lsp-server" version))
        (sha256
         (base32
-         "15075a5irjxh55wcdf25hllz9c42byxc4770cmwgb480k1dm8scq"))))
+         "0h6wxzmm6qjfwkkn3mnzn1fpmcp23fpbk74bi8p540q1nzccqj0v"))))
     (build-system python-build-system)
     (arguments
      `(#:phases
@@ -5010,7 +5010,7 @@ Server (PLS).")
            python-pytest
            python-pytest-cov
            python-versioneer))
-    (home-page "https://github.com/palantir/python-language-server";)
+    (home-page "https://github.com/python-lsp/python-lsp-server";)
     (synopsis "Python implementation of the Language Server Protocol")
     (description
 "The Python Language Server @command{pylsp} is an implementation of the



reply via email to

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