gnu: python-lsp-jsonrpc: Add deprecated alias.

* gnu/packages/python-xyz.scm (python-jsonrpc-server): New variable.

Add deprecated alias for package removed in the parent commit.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
jgart via Guix-patches via 2021-11-28 10:08:54 -05:00 committed by Nicolas Goaziou
parent 869c7d6703
commit 0c3acb247a
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -4939,6 +4939,9 @@ (define-public python-lsp-jsonrpc
"This package provides a JSON RPC 2.0 server library for Python.")
(license license:expat)))
(define-public python-jsonrpc-server
(deprecated-package "python-jsonrpc-server" python-lsp-jsonrpc))
(define-public python-pydantic
(package
(name "python-pydantic")