mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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.
This commit is contained in:
parent
2c469f04a3
commit
84fe3a8817
1 changed files with 3 additions and 3 deletions
|
@ -4966,14 +4966,14 @@ Server (PLS).")
|
||||||
(define-public python-lsp-server
|
(define-public python-lsp-server
|
||||||
(package
|
(package
|
||||||
(name "python-lsp-server")
|
(name "python-lsp-server")
|
||||||
(version "1.3.1")
|
(version "1.3.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "python-lsp-server" version))
|
(uri (pypi-uri "python-lsp-server" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"15075a5irjxh55wcdf25hllz9c42byxc4770cmwgb480k1dm8scq"))))
|
"0h6wxzmm6qjfwkkn3mnzn1fpmcp23fpbk74bi8p540q1nzccqj0v"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
@ -5010,7 +5010,7 @@ Server (PLS).")
|
||||||
python-pytest
|
python-pytest
|
||||||
python-pytest-cov
|
python-pytest-cov
|
||||||
python-versioneer))
|
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")
|
(synopsis "Python implementation of the Language Server Protocol")
|
||||||
(description
|
(description
|
||||||
"The Python Language Server @command{pylsp} is an implementation of the
|
"The Python Language Server @command{pylsp} is an implementation of the
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue