guix-commits
[Top][All Lists]
Advanced

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

224/379: gnu: Remove rust-take-0.1.


From: guix-commits
Subject: 224/379: gnu: Remove rust-take-0.1.
Date: Thu, 29 Jun 2023 12:34:34 -0400 (EDT)

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

commit a4ed7a5fab41b40bfb75e1722d96dc77d7b71a6b
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed May 17 19:07:01 2023 +0300

    gnu: Remove rust-take-0.1.
    
    * gnu/packages/crates-io.scm (rust-take-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 e8458013bf..b29c6ffaae 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -62387,26 +62387,6 @@ provides both a library for wrapping Rust 
@code{Writer}s and a small program
 that exposes the same functionality at the command line.")
     (license (list license:unlicense license:expat))))
 
-(define-public rust-take-0.1
-  (package
-    (name "rust-take")
-    (version "0.1.0")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (crate-uri "take" version))
-       (file-name (string-append name "-" version ".tar.gz"))
-       (sha256
-        (base32 "1i8p579k9kq21k7pcm4yzbc12xpshl39jfa5c1j6pxf1ia6qcmxi"))))
-    (build-system cargo-build-system)
-    (arguments `(#:skip-build? #t))
-    (home-page "https://github.com/carllerche/take";)
-    (synopsis "Simple container utility for Rust")
-    (description
-     "This package provides a cell allowing the inner value to be consumed
-without a mutable reference.")
-    (license (list license:expat license:asl2.0))))
-
 (define-public rust-take-mut-0.2
   (package
     (name "rust-take-mut")



reply via email to

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