[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
22/62: gnu: Place rust-rpassword-7 in alphabetical order.
From: |
guix-commits |
Subject: |
22/62: gnu: Place rust-rpassword-7 in alphabetical order. |
Date: |
Wed, 13 Mar 2024 16:22:19 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit 2760e92df2af3cc46132a237cd644a30ea763bb4
Author: Herman Rimm <herman@rimm.ee>
AuthorDate: Sun Feb 18 22:02:20 2024 +0100
gnu: Place rust-rpassword-7 in alphabetical order.
gnu/packages/crates-io.scm (rust-rpassword-7): Move variable.
Change-Id: I81b5f4fc158c9b0e5c3c928ae7ffadac80dc93ff
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
gnu/packages/crates-io.scm | 46 +++++++++++++++++++++++-----------------------
1 file changed, 23 insertions(+), 23 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index ab78e2d2f6..d2a3b09d79 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -55413,6 +55413,29 @@ can handle huge texts and memory-incoherent edits with
ease.")
"This package provides a library for generic lossless syntax trees.")
(license (list license:expat license:asl2.0))))
+(define-public rust-rpassword-7
+ (package
+ (name "rust-rpassword")
+ (version "7.2.0")
+ (source (origin
+ (method url-fetch)
+ (uri (crate-uri "rpassword" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "08l3jbjwpsj6awm4lacm2bcj3cn9jhy4j6q21n68k49lmdiwyy36"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs
+ (("rust-libc" ,rust-libc-0.2)
+ ("rust-rtoolbox" ,rust-rtoolbox-0.0.1)
+ ("rust-winapi" ,rust-winapi-0.3))))
+ (home-page "https://github.com/conradkleinespel/rpassword")
+ (synopsis "Read passwords in Rust console applications")
+ (description "This package provides a crate for reading passwords in
+console applications.")
+ (license license:asl2.0)))
+
(define-public rust-rpassword-6
(package
(inherit rust-rpassword-7)
@@ -56225,29 +56248,6 @@ protocol.")
floating-point, and complex numbers based on GMP, MPFR and MPC.")
(license license:lgpl3+)))
-(define-public rust-rpassword-7
- (package
- (name "rust-rpassword")
- (version "7.2.0")
- (source (origin
- (method url-fetch)
- (uri (crate-uri "rpassword" version))
- (file-name (string-append name "-" version ".tar.gz"))
- (sha256
- (base32
- "08l3jbjwpsj6awm4lacm2bcj3cn9jhy4j6q21n68k49lmdiwyy36"))))
- (build-system cargo-build-system)
- (arguments
- `(#:cargo-inputs
- (("rust-libc" ,rust-libc-0.2)
- ("rust-rtoolbox" ,rust-rtoolbox-0.0.1)
- ("rust-winapi" ,rust-winapi-0.3))))
- (home-page "https://github.com/conradkleinespel/rpassword")
- (synopsis "Read passwords in Rust console applications")
- (description "This package provides a crate for reading passwords in
-console applications.")
- (license license:asl2.0)))
-
(define-public rust-run-script-0.10
(package
(name "rust-run-script")
- 56/62: gnu: rust-time-0.3: Update to 0.3.34., (continued)
- 56/62: gnu: rust-time-0.3: Update to 0.3.34., guix-commits, 2024/03/13
- 31/62: gnu: Add rust-eyeball-im-0.4., guix-commits, 2024/03/13
- 50/62: gnu: Place rust-lettre-email-0.9 in alphabetical order., guix-commits, 2024/03/13
- 53/62: gnu: llvm-17: Fix building on riscv64-linux., guix-commits, 2024/03/13
- 08/62: gnu: Add rust-compiletest-rs-0.9., guix-commits, 2024/03/13
- 14/62: gnu: Place rust-thousands-0.2 in alphabetical order., guix-commits, 2024/03/13
- 12/62: gnu: Add rust-imbl-2., guix-commits, 2024/03/13
- 11/62: gnu: Add rust-imbl-sized-chunks-0.1., guix-commits, 2024/03/13
- 15/62: gnu: Place rust-twox-hash-1 in alphabetical order., guix-commits, 2024/03/13
- 20/62: gnu: Place rust-rpassword-5 in alphabetical order., guix-commits, 2024/03/13
- 22/62: gnu: Place rust-rpassword-7 in alphabetical order.,
guix-commits <=
- 25/62: gnu: Place rust-roxmltree-0.14 in alphabetical order., guix-commits, 2024/03/13
- 29/62: gnu: Add rust-readlock-tokio-0.1., guix-commits, 2024/03/13
- 26/62: gnu: Place rust-rodio-0.15 in alphabetical order., guix-commits, 2024/03/13
- 28/62: gnu: Add rust-readlock-0.1., guix-commits, 2024/03/13
- 30/62: gnu: Add rust-eyeball-0.8., guix-commits, 2024/03/13
- 34/62: gnu: Add rust-k256-0.13., guix-commits, 2024/03/13
- 35/62: gnu: rust-ecdsa-0.16: Update to 0.16.9., guix-commits, 2024/03/13
- 46/62: gnu: Add rust-parse-display-derive-0.8., guix-commits, 2024/03/13
- 39/62: gnu: Add rust-mas-iana-0.7., guix-commits, 2024/03/13
- 59/62: gnu: rust-assert-cmd-2: Update to 2.0.14., guix-commits, 2024/03/13