guix-commits
[Top][All Lists]
Advanced

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

166/469: gnu: Remove rust-rctree-0.3.


From: guix-commits
Subject: 166/469: gnu: Remove rust-rctree-0.3.
Date: Tue, 25 Apr 2023 15:02:59 -0400 (EDT)

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

commit 6af3428d8df566936f32eb3331d7219c86144c51
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Feb 22 22:37:09 2023 +0200

    gnu: Remove rust-rctree-0.3.
    
    * gnu/packages/crates-io.scm (rust-rctree-0.3): Delete variable.
---
 gnu/packages/crates-io.scm | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index f7d38b67ad..ded1725793 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -48067,20 +48067,6 @@ Rust.")
 reference counting.")
     (license license:expat)))
 
-(define-public rust-rctree-0.3
-  (package
-    (inherit rust-rctree-0.4)
-    (name "rust-rctree")
-    (version "0.3.3")
-    (source
-      (origin
-        (method url-fetch)
-        (uri (crate-uri "rctree" version))
-        (file-name (string-append name "-" version ".tar.gz"))
-        (sha256
-         (base32
-          "1a54z2b850albiqx9vw009p9xg363vqzh1ybkwb89zn8375jk7my"))))))
-
 (define-public rust-rdrand-0.4
   (package
     (name "rust-rdrand")



reply via email to

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