efraim pushed a commit to branch rust-team
in repository guix.
commit d71c00b75ec027cd2e45a89cc472d9dfdedc9278
Author: Efraim Flashner <[email protected]>
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 0127b45f6d..1570f53647 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")