guix-commits
[Top][All Lists]
Advanced

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

11/89: gnu: Remove rust-rctree-0.3.


From: guix-commits
Subject: 11/89: gnu: Remove rust-rctree-0.3.
Date: Thu, 23 Feb 2023 10:23:57 -0500 (EST)

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

commit c1676ec494e059aa65951818c73ba84070ce1fdd
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 a488629b32..10901bfd7f 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -47885,20 +47885,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]