guix-commits
[Top][All Lists]
Advanced

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

44/193: gnu: Remove rust-colored-1.9.1.


From: guix-commits
Subject: 44/193: gnu: Remove rust-colored-1.9.1.
Date: Mon, 24 Oct 2022 03:51:38 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit cfbaf0332fa1ded1192c6c2240aaf61f736c5627
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Oct 18 22:31:45 2022 +0300

    gnu: Remove rust-colored-1.9.1.
    
    * gnu/packages/crates-io.scm (rust-colored-1.9.1): Delete variable.
---
 gnu/packages/crates-io.scm | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index e0e1d0510d..a26b695e4c 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -12398,19 +12398,6 @@ colors.")
          (base32
           "0nbc1czs512h1k696y7glv1kjrb2b914zpxraic6q5fgv80wizzl"))))))
 
-(define-public rust-colored-1.9.1
-  (package
-    (inherit rust-colored-1)
-    (name "rust-colored")
-    (version "1.9.1")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (crate-uri "colored" version))
-       (file-name (string-append name "-" version ".tar.gz"))
-       (sha256
-        (base32 "0fildacm47g86acmx44yvxx6cka8fdym5qkgfm8x8gh2hsrghc7r"))))))
-
 (define-public rust-combine-4
   (package
     (name "rust-combine")



reply via email to

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