[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/68: gnu: Add rust-curve25519-dalek-derive-0.1.
From: |
guix-commits |
Subject: |
10/68: gnu: Add rust-curve25519-dalek-derive-0.1. |
Date: |
Wed, 20 Mar 2024 11:24:25 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit 25220ae93050623036b598a89619eb9f41d608f0
Author: Herman Rimm <herman@rimm.ee>
AuthorDate: Sun Feb 18 22:08:45 2024 +0100
gnu: Add rust-curve25519-dalek-derive-0.1.
* gnu/packages/crates-crypto.scm (rust-curve25519-dalek-derive-0.1): Add
variable.
Change-Id: I9a1082ccb188b3f27713b92903bf1a3b2b1b7b81
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
gnu/packages/crates-crypto.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/crates-crypto.scm b/gnu/packages/crates-crypto.scm
index e6beab8bba..f0c5135e84 100644
--- a/gnu/packages/crates-crypto.scm
+++ b/gnu/packages/crates-crypto.scm
@@ -1851,6 +1851,27 @@ re-exported cipher crate.")
ristretto255 and Curve25519.")
(license license:bsd-3)))
+(define-public rust-curve25519-dalek-derive-0.1
+ (package
+ (name "rust-curve25519-dalek-derive")
+ (version "0.1.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "curve25519-dalek-derive" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "1cry71xxrr0mcy5my3fb502cwfxy6822k4pm19cwrilrg7hq4s7l"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs (("rust-proc-macro2" ,rust-proc-macro2-1)
+ ("rust-quote" ,rust-quote-1)
+ ("rust-syn" ,rust-syn-2))))
+ (home-page "https://doc.dalek.rs/curve25519_dalek")
+ (synopsis "curve25519-dalek Derives")
+ (description "This package provides curve25519-dalek Derives.")
+ (license (list license:expat license:asl2.0))))
+
(define-public rust-curve25519-dalek-ng-4
(package
(name "rust-curve25519-dalek-ng")
- branch rust-team updated (32c0cf9145 -> edcc8778fe), guix-commits, 2024/03/20
- 03/68: gnu: rust-base64-0.21: Update to 0.21.7., guix-commits, 2024/03/20
- 06/68: gnu: monolith: Update to 2.8.1., guix-commits, 2024/03/20
- 01/68: gnu: Add rust-cargo-toml-0.19., guix-commits, 2024/03/20
- 02/68: gnu: cargo-machete: Update to 0.6.1., guix-commits, 2024/03/20
- 05/68: gnu: rust-cssparser-macros-0.6: Update to 0.6.1., guix-commits, 2024/03/20
- 07/68: gnu: Add rust-mio-aio-0.8., guix-commits, 2024/03/20
- 10/68: gnu: Add rust-curve25519-dalek-derive-0.1.,
guix-commits <=
- 12/68: gnu: Add rust-fiat-crypto-0.2., guix-commits, 2024/03/20
- 08/68: gnu: rust-tokio-1: Update to 1.36.0., guix-commits, 2024/03/20
- 17/68: gnu: Add rust-ed25519-dalek-2., guix-commits, 2024/03/20
- 09/68: gnu: agate: Update to 3.3.5., guix-commits, 2024/03/20
- 15/68: gnu: Add rust-ring-compat-0.8., guix-commits, 2024/03/20
- 16/68: gnu: Add rust-x25519-dalek-2., guix-commits, 2024/03/20
- 04/68: gnu: Add rust-cssparser-0.33., guix-commits, 2024/03/20
- 11/68: gnu: Move rust-fiat-crypto-0.1., guix-commits, 2024/03/20
- 14/68: gnu: Add rust-curve25519-dalek-4., guix-commits, 2024/03/20
- 18/68: gnu: Add rust-ed25519-2., guix-commits, 2024/03/20