guix-commits
[Top][All Lists]
Advanced

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

105/272: gnu: Add rust-aes-soft-0.3.


From: guix-commits
Subject: 105/272: gnu: Add rust-aes-soft-0.3.
Date: Sat, 13 Feb 2021 05:54:23 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit a52b2a0617db0f2c05e428426fa817ef3f3b3a11
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Feb 10 10:59:55 2021 +0100

    gnu: Add rust-aes-soft-0.3.
    
    * gnu/packages/crates-io.scm (rust-aes-soft-0.3): New variable.
---
 gnu/packages/crates-io.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 3c18b19..028587f 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -992,6 +992,25 @@ acceleration.")
 AES (Rijndael) block ciphers.")
     (license (list license:expat license:asl2.0))))
 
+(define-public rust-aes-soft-0.3
+  (package
+    (inherit rust-aes-soft-0.4)
+    (name "rust-aes-soft")
+    (version "0.3.3")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "aes-soft" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "039si7yjp0wcd750sgq52c60sh2ikaxwd7rq7g0ba7ws7ypfgmyg"))))
+    (arguments
+     `(#:skip-build? #t
+       #:cargo-inputs
+       (("rust-block-cipher-trait" ,rust-block-cipher-trait-0.6)
+        ("rust-byteorder" ,rust-byteorder-1)
+        ("rust-opaque-debug" ,rust-opaque-debug-0.2))))))
+
 (define-public rust-aesni-0.7
   (package
     (name "rust-aesni")



reply via email to

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