1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-15 11:30:44 +02:00

gnu: Remove rust-lsp-types-0.91.

* gnu/packages/crates-io.scm (rust-lsp-types-0.91): Delete variable.

Change-Id: I6656a1f6521b7911af95b63f5e8e2fb1efd054ed
This commit is contained in:
Efraim Flashner 2024-12-31 19:38:17 +02:00
parent fdabeccf0b
commit 1a6f45824d
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -40301,26 +40301,6 @@ Server Protocol.")
("rust-serde-repr" ,rust-serde-repr-0.1)
("rust-url" ,rust-url-2))))))
(define-public rust-lsp-types-0.91
(package
(inherit rust-lsp-types-0.95)
(name "rust-lsp-types")
(version "0.91.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "lsp-types" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1bk8iy7s80i2iqj1siyfm0rsdq2vwvz7lclsrcrx2pa2b4n32s13"))))
(arguments
`(#:skip-build? #t
#:cargo-inputs (("rust-bitflags" ,rust-bitflags-1)
("rust-serde" ,rust-serde-1)
("rust-serde-json" ,rust-serde-json-1)
("rust-serde-repr" ,rust-serde-repr-0.1)
("rust-url" ,rust-url-2))))))
(define-public rust-m-lexer-0.0.4
(package
(name "rust-m-lexer")