[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#44785] [PATCH v2 01/22] gnu: Add rust-rpassword-5.
From: |
Hartmut Goebel |
Subject: |
[bug#44785] [PATCH v2 01/22] gnu: Add rust-rpassword-5. |
Date: |
Mon, 23 Nov 2020 13:26:54 +0100 |
* gnu/packages/crates-io.scm (rust-rpassword-5): New variable, skipping
build. (rust-rpassword-4): Inherit from rust-rpassword-5.
---
gnu/packages/crates-io.scm | 22 ++++++++++++++++++----
1 file changed, 18 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index f485142383..1b0957bf7e 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -22096,20 +22096,21 @@ Rust Language Server.")
rust.")
(license license:mpl2.0)))
-(define-public rust-rpassword-4
+(define-public rust-rpassword-5
(package
(name "rust-rpassword")
- (version "4.0.5")
+ (version "5.0.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "rpassword" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
- (base32 "17z99xazhhbaczw0ib1vnnq450j0zacdn8b2zcbdir68sdbicdwr"))))
+ (base32 "1j96nc3dmqhxwb4ql50r5xjs0imwr2x6mrj02mj9i7grq1zj6mfp"))))
(build-system cargo-build-system)
(arguments
- `(#:cargo-inputs
+ `(#:skip-build? #t
+ #:cargo-inputs
(("rust-libc" ,rust-libc-0.2)
("rust-winapi" ,rust-winapi-0.3))))
(home-page "https://github.com/conradkleinespel/rpassword")
@@ -22118,6 +22119,19 @@ rust.")
console applications.")
(license license:asl2.0)))
+(define-public rust-rpassword-4
+ (package
+ (inherit rust-rpassword-5)
+ (name "rust-rpassword")
+ (version "4.0.5")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "rpassword" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "17z99xazhhbaczw0ib1vnnq450j0zacdn8b2zcbdir68sdbicdwr"))))))
+
(define-public rust-rusqlite-0.19
(package
(name "rust-rusqlite")
--
2.21.3
- [bug#44785] [PATCH 16/22] gnu: Add rust-bzip2-0.3., (continued)
- [bug#44785] [PATCH 16/22] gnu: Add rust-bzip2-0.3., Hartmut Goebel, 2020/11/21
- [bug#44785] [PATCH 18/22] gnu: Add rust-hashlink-0.6., Hartmut Goebel, 2020/11/21
- [bug#44785] [PATCH 21/22] gnu: Add rust-rusqlite: Update to 0.24., Hartmut Goebel, 2020/11/21
- [bug#44785] [PATCH 19/22] gnu: Add rust-hashbrown-0.9., Hartmut Goebel, 2020/11/21
- [bug#44785] [PATCH 20/22] gnu: Add rust-libsqlite3-sys-0.20., Hartmut Goebel, 2020/11/21
- [bug#44785] [PATCH 22/22] gnu: sequoia: Update to 0.20.0., Hartmut Goebel, 2020/11/21
- [bug#44785] [PATCH 00/22] Update sequoia to 0.20.0, Christopher Baines, 2020/11/23
- [bug#44785] [PATCH v2 00/22] Update sequoia to 0.20.0 - version 2, Hartmut Goebel, 2020/11/23
- [bug#44785] [PATCH v2 04/22] gnu: Add rust-memsec-0.6., Hartmut Goebel, 2020/11/23
- [bug#44785] [PATCH v2 02/22] gnu: Add rust-win-crypto-ng-0.2., Hartmut Goebel, 2020/11/23
- [bug#44785] [PATCH v2 01/22] gnu: Add rust-rpassword-5.,
Hartmut Goebel <=
- [bug#44785] [PATCH v2 05/22] gnu: Add rust-ena-0.14:, Hartmut Goebel, 2020/11/23
- [bug#44785] [PATCH v2 08/22] gnu: Add rust-keccak-0.1., Hartmut Goebel, 2020/11/23
- [bug#44785] [PATCH v2 10/22] gnu: Add rust-signature-derive-1., Hartmut Goebel, 2020/11/23
- [bug#44785] [PATCH v2 13/22] gnu: Add rust-curve25519-dalek-3., Hartmut Goebel, 2020/11/23
- [bug#44785] [PATCH v2 09/22] gnu: Add rust-merlin-2., Hartmut Goebel, 2020/11/23
- [bug#44785] [PATCH v2 11/22] gnu: Add rust-signature-1., Hartmut Goebel, 2020/11/23
- [bug#44785] [PATCH v2 12/22] gnu: Add rust-ed25519-1., Hartmut Goebel, 2020/11/23
- [bug#44785] [PATCH v2 03/22] gnu: Add rust-num-bigint-dig-0.6., Hartmut Goebel, 2020/11/23
- [bug#44785] [PATCH v2 06/22] gnu: Add rust-lalrpop-util-0.19., Hartmut Goebel, 2020/11/23
- [bug#44785] [PATCH v2 07/22] gnu: Add rust-lalrpop-0.19., Hartmut Goebel, 2020/11/23