[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#53315] [PATCH 018/150] gnu: rust-aes-gcm-0.6: Inherit from rust-aes
From: |
Aleksandr Vityazev |
Subject: |
[bug#53315] [PATCH 018/150] gnu: rust-aes-gcm-0.6: Inherit from rust-aes-gcm-0.8. |
Date: |
Mon, 17 Jan 2022 13:09:31 +0000 |
* gnu/packages/crates-io.scm (rust-aes-gcm-0.6): Inherit from rust-aes-gcm-0.8.
---
gnu/packages/crates-io.scm | 11 ++---------
1 file changed, 2 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 0d1311fde1..7de6864d14 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -1361,6 +1361,7 @@ (define-public rust-aes-gcm-0.8
(define-public rust-aes-gcm-0.6
(package
+ (inherit rust-aes-gcm-0.8)
(name "rust-aes-gcm")
(version "0.6.0")
(source
@@ -1371,7 +1372,6 @@ (define-public rust-aes-gcm-0.6
(sha256
(base32
"1lga8my3zlc0b1nhcpc1hrbykfm014fqs6d64bwrjqii05w01xc6"))))
- (build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-aead" ,rust-aead-0.3)
@@ -1384,14 +1384,7 @@ (define-public rust-aes-gcm-0.6
(("rust-criterion" ,rust-criterion-0.3)
("rust-criterion-cycles-per-byte"
,rust-criterion-cycles-per-byte-0.1)
- ("rust-hex-literal" ,rust-hex-literal-0.2))))
- (home-page "https://github.com/RustCrypto/AEADs")
- (synopsis "AES-GCM (Galois/Counter Mode) Authenticated Encryption")
- (description "This package provides a pure Rust implementation of the
-AES-GCM (Galois/Counter Mode) Authenticated Encryption with Associated
-Data (AEAD) Cipher with optional architecture-specific hardware
-acceleration.")
- (license (list license:asl2.0 license:expat))))
+ ("rust-hex-literal" ,rust-hex-literal-0.2))))))
(define-public rust-aes-gcm-0.5
(package
--
2.34.0
--
Aleksandr Vityazev
- [bug#53315] [PATCH 006/150] gnu: rust-subtle-2: Update to 2.4.1., (continued)
- [bug#53315] [PATCH 006/150] gnu: rust-subtle-2: Update to 2.4.1., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 009/150] gnu: Add rust-cpufeatures-0.2., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 010/150] gnu: rust-cpufeatures-0.1: Inherit from rust-cpufeatures-0.2., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 014/150] gnu: Add rust-fiat-crypto-0.1., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 012/150] gnu: rust-sha2-0.9: Inherit from rust-sha2-0.10., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 013/150] gnu: rust-zeroize-1: Update to 1.3.0., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 011/150] gnu: Add rust-sha2-0.10., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 015/150] gnu: rust-curve25519-dalek-3: Update to 3.2.0., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 017/150] gnu: Add rust-aes-gcm-0.8., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 019/150] gnu: Add rust-hkdf-0.10., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 018/150] gnu: rust-aes-gcm-0.6: Inherit from rust-aes-gcm-0.8.,
Aleksandr Vityazev <=
- [bug#53315] [PATCH 016/150] gnu: Add rust-x25519-dalek-1., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 023/150] gnu: Add rust-aead-0.4., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 022/150] gnu: rust-blobby-0.3: Update to 0.3.1., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 020/150] gnu: rust-hkdf-0.9: Inherit from rust-hkdf-0.10., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 021/150] gnu: Add rust-ecies-ed25519-0.5., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 024/150] gnu: Add rust-chacha20-0.8., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 026/150] gnu: Add rust-chacha20poly1305-0.9., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 025/150] gnu: Add rust-poly1305-0.7., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 028/150] gnu: rust-signature-1: Update to 1.5.0., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 027/150] gnu: rust-signature-derive-1: Update to 1.0.0-pre.4., Aleksandr Vityazev, 2022/01/17