guix-commits
[Top][All Lists]
Advanced

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

136/154: gnu: Remove rust-snafu-0.6.


From: guix-commits
Subject: 136/154: gnu: Remove rust-snafu-0.6.
Date: Mon, 22 Jan 2024 15:37:15 -0500 (EST)

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

commit 1c96d28be308469679858d435e090183bc605dc5
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Jan 22 22:22:33 2024 +0200

    gnu: Remove rust-snafu-0.6.
    
    * gnu/packages/crates-io.scm (rust-snafu-0.6): Delete variable.
    
    Change-Id: Idb268e3111d1020215b5519ffdfbe577d853edfc
---
 gnu/packages/crates-io.scm | 21 ---------------------
 1 file changed, 21 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index bde46fb16d..c849bd433d 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -61279,27 +61279,6 @@ package provides derive macros.")
     (description "Snafu aims to be an ergonomic error handling library.")
     (license (list license:expat license:asl2.0))))
 
-(define-public rust-snafu-0.6
-  (package
-    (inherit rust-snafu-0.7)
-    (name "rust-snafu")
-    (version "0.6.10")
-    (source (origin
-              (method url-fetch)
-              (uri (crate-uri "snafu" version))
-              (file-name (string-append name "-" version ".tar.gz"))
-              (sha256
-               (base32 
"19wwqxwb85pl040qk5xylj0vlznib3xzy9hcv2q0h8qv4qy2vcga"))))
-    (arguments
-     `(#:cargo-inputs
-       (("rust-backtrace" ,rust-backtrace-0.3)
-        ("rust-doc-comment" ,rust-doc-comment-0.3)
-        ("rust-futures" ,rust-futures-0.3)
-        ("rust-futures" ,rust-futures-0.1)
-        ("rust-futures-core" ,rust-futures-core-0.3)
-        ("rust-pin-project" ,rust-pin-project-0.4)
-        ("rust-snafu-derive" ,rust-snafu-derive-0.6))))))
-
 (define-public rust-snap-1
   (package
     (name "rust-snap")



reply via email to

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