guix-commits
[Top][All Lists]
Advanced

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

115/187: gnu: Remove rust-try-from-0.3.


From: guix-commits
Subject: 115/187: gnu: Remove rust-try-from-0.3.
Date: Mon, 24 Oct 2022 10:58:20 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 636f3aac9600234a6c8706d04145f1fd62836583
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Oct 24 13:53:19 2022 +0300

    gnu: Remove rust-try-from-0.3.
    
    * gnu/packages/crates-io.scm (rust-try-from-0.3): Delete variable.
---
 gnu/packages/crates-io.scm | 22 ----------------------
 1 file changed, 22 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 9b15a53420..ffb2d5bf61 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -62947,28 +62947,6 @@ the Trust-DNS client to use rustls for TLS.")
        (("rust-openssl" ,rust-openssl-0.10)
         ("rust-tokio" ,rust-tokio-0.1))))))
 
-(define-public rust-try-from-0.3
-  (package
-    (name "rust-try-from")
-    (version "0.3.2")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (crate-uri "try_from" version))
-       (file-name (string-append name "-" version ".tar.gz"))
-       (sha256
-        (base32
-         "12wdd4ja7047sd3rx70hv2056hyc8gcdllcx3a41g1rnw64kng98"))))
-    (build-system cargo-build-system)
-    (arguments
-     `(#:cargo-inputs
-       (("rust-cfg-if" ,rust-cfg-if-0.1))))
-    (home-page "https://github.com/derekjw/try_from";)
-    (synopsis "TryFrom and TryInto traits for failable conversions")
-    (description
-     "TryFrom and TryInto traits for failable conversions that return a 
Result.")
-    (license license:expat)))
-
 (define-public rust-try-lock-0.2
   (package
     (name "rust-try-lock")



reply via email to

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