guix-commits
[Top][All Lists]
Advanced

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

106/154: gnu: Remove rust-fwdansi-1.


From: guix-commits
Subject: 106/154: gnu: Remove rust-fwdansi-1.
Date: Mon, 22 Jan 2024 15:37:07 -0500 (EST)

efraim pushed a commit to branch rust-team
in repository guix.

commit 286e0fd51a2b693c2a8ce3e42ababbf34ae7a7b0
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Jan 22 21:59:34 2024 +0200

    gnu: Remove rust-fwdansi-1.
    
    * gnu/packages/crates-io.scm (rust-fwdansi-1): Delete variable.
    
    Change-Id: I1fced60a4a6762dd8b70c93814d9a764e0684666
---
 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 afcb77f338..378ce8ae79 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -24588,32 +24588,6 @@ futures-rs library.")
     (description "This package provides a fuzzy matching library in Rust.")
     (license license:expat)))
 
-(define-public rust-fwdansi-1
-  (package
-    (name "rust-fwdansi")
-    (version "1.1.0")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (crate-uri "fwdansi" version))
-       (file-name
-        (string-append name "-" version ".tar.gz"))
-       (sha256
-        (base32
-         "027jz2x5fbi6rskic8sd6xx0mn03a7dnhwkpyz8hamg8gxwgbh88"))))
-    (build-system cargo-build-system)
-    (arguments
-     `(#:cargo-inputs
-       (("rust-memchr" ,rust-memchr-2)
-        ("rust-termcolor" ,rust-termcolor-1))
-       #:cargo-development-inputs
-       (("rust-proptest" ,rust-proptest-0.9))))
-    (home-page "https://github.com/kennytm/fwdansi";)
-    (synopsis "ANSI escape codes to termcolor terminal library")
-    (description "This library can be used to forward a byte string with ANSI
-escape codes to a termcolor terminal.")
-    (license license:expat)))
-
 (define-public rust-fxhash-0.2
   (package
     (name "rust-fxhash")



reply via email to

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