guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit ff7593f601a1fed834331aa2fbd30de90d7cd3f9
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Wed Jan 21 14:16:31 2026 +0000

    gnu: Remove python-language-server.
    
    * gnu/packages/python-xyz.scm (python-language-server): Delete variable.
    
    Change-Id: I3305e3df05157403e935685f10cfa1e3246ba429
---
 gnu/packages/python-xyz.scm | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index abb2105ed2..2d7ebc1a81 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -10597,9 +10597,6 @@ This tool is used in text editing environments to 
provide a complete
 and integrated feature-set for programming Python effectively.")
     (license license:expat)))
 
-(define-deprecated-package python-language-server
-  python-lsp-server)
-
 (define-public python-black
   (package
     (name "python-black")

Reply via email to