guix-commits
[Top][All Lists]
Advanced

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

69/187: gnu: Remove rust-once-cell-0.1.


From: guix-commits
Subject: 69/187: gnu: Remove rust-once-cell-0.1.
Date: Mon, 24 Oct 2022 10:58:05 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit bf24ffc44db433436d2079ecfd3fe6e77cf893b0
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Oct 24 12:37:38 2022 +0300

    gnu: Remove rust-once-cell-0.1.
    
    * gnu/packages/crates-io.scm (rust-once-cell-0.1): Delete variable.
---
 gnu/packages/crates-io.scm | 20 --------------------
 1 file changed, 20 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 3019ae8166..1dca5ae61b 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -37344,26 +37344,6 @@ be assigned to at most once and provide direct access 
to the stored
 contents.")
     (license (list license:expat license:asl2.0))))
 
-(define-public rust-once-cell-0.1
-  (package
-    (inherit rust-once-cell-1)
-    (name "rust-once-cell")
-    (version "0.1.8")
-    (source
-      (origin
-        (method url-fetch)
-        (uri (crate-uri "once-cell" version))
-        (file-name
-         (string-append name "-" version ".tar.gz"))
-        (sha256
-         (base32
-          "0drcjs7si0hygc0v64y55hkxv9fpvlvrb3wl5374b2hnc6i2jb2k"))))
-    (arguments
-     `(#:cargo-inputs
-       (("rust-parking-lot" ,rust-parking-lot-0.7))
-       #:cargo-development-inputs
-       (("rust-crossbeam-utils" ,rust-crossbeam-utils-0.6))))))
-
 (define-public rust-oorandom-11.1
   (package
     (name "rust-oorandom")



reply via email to

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