gnu: Remove python-lark-parser.

* gnu/packages/python-xyz.scm (python-lark-parser): Delete variable.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves 2025-04-22 16:00:37 +02:00 committed by Sharlatan Hellseher
parent 8a28bb5a98
commit 6104249936
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -23650,18 +23650,6 @@ capable of parsing almost any programming language out there, and to
some degree most natural languages too.")
(license license:expat)))
;; XXX: lark was renamed from lark_parser with major release 1
(define-public python-lark-parser
(package/inherit python-lark
(name "python-lark-parser")
(version "0.12.0")
(source (origin
(method url-fetch)
(uri (pypi-uri "lark-parser" version))
(sha256
(base32
"0f51jr7dvnd3rm7j5nkkgm2vxfa7a1s804avlvf16h11y6qpv5hm"))))))
(define-public python-find-libpython
(package
(name "python-find-libpython")