guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

126/193: gnu: Remove rust-rls-span-0.5.


From: guix-commits
Subject: 126/193: gnu: Remove rust-rls-span-0.5.
Date: Mon, 24 Oct 2022 03:52:08 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 2b6f344918acbf6daeec599425bb1a1ba984f682
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Oct 18 22:46:14 2022 +0300

    gnu: Remove rust-rls-span-0.5.
    
    * gnu/packages/crates-io.scm (rust-rls-span-0.5): Delete variable.
---
 gnu/packages/crates-io.scm | 26 --------------------------
 1 file changed, 26 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 4b4e0046d3..a106f45ee7 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -48288,32 +48288,6 @@ your own implementation.")
 decoding, and compression.")
     (license (list license:expat license:asl2.0))))
 
-(define-public rust-rls-span-0.5
-  (package
-    (name "rust-rls-span")
-    (version "0.5.2")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (crate-uri "rls-span" version))
-       (file-name
-        (string-append name "-" version ".tar.gz"))
-       (sha256
-        (base32
-         "0d6rwya5zsyw6vmrj8d8g3fgvic0xyp1lvfhv62vswk2dzavxsgj"))))
-    (build-system cargo-build-system)
-    (arguments
-     `(#:cargo-inputs
-       (("rust-rustc-serialize" ,rust-rustc-serialize-0.3)
-        ("rust-serde" ,rust-serde-1)
-        ("rust-serde-derive" ,rust-serde-derive-1))))
-    (home-page "https://github.com/rust-lang/rls";)
-    (synopsis "Types for identifying code spans/ranges")
-    (description
-     "Identify Rust code spans and ranges using these types - for use with the
-Rust Language Server.")
-    (license (list license:expat license:asl2.0))))
-
 (define-public rust-rkv-0.10
   (package
     (name "rust-rkv")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]