guix-commits
[Top][All Lists]
Advanced

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

81/187: gnu: Remove rust-rpassword-3.


From: guix-commits
Subject: 81/187: gnu: Remove rust-rpassword-3.
Date: Mon, 24 Oct 2022 10:58:10 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 641c5ce79c1f2da9b5ef63fa20dc9747ba968953
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Oct 24 13:04:42 2022 +0300

    gnu: Remove rust-rpassword-3.
    
    * gnu/packages/crates-io.scm (rust-rpassword-3): 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 09cc19497a..f157a13281 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -47279,26 +47279,6 @@ console applications.")
        (sha256
         (base32 "17z99xazhhbaczw0ib1vnnq450j0zacdn8b2zcbdir68sdbicdwr"))))))
 
-(define-public rust-rpassword-3
-  (package
-    (inherit rust-rpassword-4)
-    (name "rust-rpassword")
-    (version "3.0.2")
-    (source
-      (origin
-        (method url-fetch)
-        (uri (crate-uri "rpassword" version))
-        (file-name
-         (string-append name "-" version ".tar.gz"))
-        (sha256
-         (base32
-          "0vkifbbs160d7i7wy3kb0vw9mbf3pf470hg8f623rjkzmsyafky3"))))
-    (arguments
-     `(#:cargo-inputs
-       (("rust-kernel32-sys" ,rust-kernel32-sys-0.2)
-        ("rust-libc" ,rust-libc-0.2)
-        ("rust-winapi" ,rust-winapi-0.2))))))
-
 (define-public rust-runtime-0.3
   (package
     (name "rust-runtime")



reply via email to

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