guix-commits
[Top][All Lists]
Advanced

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

177/187: gnu: Remove rust-sluice-0.4.


From: guix-commits
Subject: 177/187: gnu: Remove rust-sluice-0.4.
Date: Mon, 24 Oct 2022 10:58:38 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 113f63f9cdee7c027eb0087b801b60d9b2bc55b3
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Oct 24 17:37:27 2022 +0300

    gnu: Remove rust-sluice-0.4.
    
    * gnu/packages/crates-io.scm (rust-sluice-0.4): Delete variable.
---
 gnu/packages/crates-io.scm | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 3d2b9171ec..52105ead08 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -53351,25 +53351,6 @@ Unicode strings.")
 I/O programming.")
     (license license:expat)))
 
-(define-public rust-sluice-0.4
-  (package
-    (inherit rust-sluice-0.5)
-    (name "rust-sluice")
-    (version "0.4.2")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (crate-uri "sluice" version))
-       (file-name (string-append name "-" version ".tar.gz"))
-       (sha256
-        (base32 "0c9mbbf9c1180yrld2fnfy0d0wbl4w1a7s3dkv0knx78ngghcz8a"))))
-    (arguments
-     `(#:skip-build? #t
-       #:cargo-inputs
-       (("rust-futures-channel-preview" ,rust-futures-channel-preview-0.3)
-        ("rust-futures-core-preview" ,rust-futures-core-preview-0.3)
-        ("rust-futures-io-preview" ,rust-futures-io-preview-0.3))))))
-
 (define-public rust-smallvec-1
   (package
     (name "rust-smallvec")



reply via email to

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