guix-commits
[Top][All Lists]
Advanced

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

150/193: gnu: Remove rust-rpassword-2.


From: guix-commits
Subject: 150/193: gnu: Remove rust-rpassword-2.
Date: Mon, 24 Oct 2022 03:52:19 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 636854c747df88c1e38ae106f169e84e3cbc74c5
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Oct 18 22:53:09 2022 +0300

    gnu: Remove rust-rpassword-2.
    
    * gnu/packages/crates-io.scm (rust-rpassword-2): Delete variable.
---
 gnu/packages/crates-io.scm | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index b488d68653..c3201ae091 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -48890,21 +48890,6 @@ console applications.")
         ("rust-libc" ,rust-libc-0.2)
         ("rust-winapi" ,rust-winapi-0.2))))))
 
-(define-public rust-rpassword-2
-  (package
-    (inherit rust-rpassword-3)
-    (name "rust-rpassword")
-    (version "2.1.0")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (crate-uri "rpassword" version))
-       (file-name
-        (string-append name "-" version ".tar.gz"))
-       (sha256
-        (base32
-         "1v255xqkig5lwnczvm3achydhxx6kf9jcdxdlgzndgpd18bp6x6k"))))))
-
 (define-public rust-runtime-0.3
   (package
     (name "rust-runtime")



reply via email to

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