guix-commits
[Top][All Lists]
Advanced

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

12/62: gnu: Add rust-blowfish-0.8.


From: guix-commits
Subject: 12/62: gnu: Add rust-blowfish-0.8.
Date: Sat, 4 Jan 2025 10:47:24 -0500 (EST)

efraim pushed a commit to branch rust-team
in repository guix.

commit cc865a0aa6dbbb5903162b87f306a6980d5b151e
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Fri Jan 3 11:21:49 2025 +0200

    gnu: Add rust-blowfish-0.8.
    
    * gnu/packages/crates-crypto.scm (rust-blowfish-0.8): New variable.
    
    Change-Id: I38a854f478b1459687d961b509d87bf38e827c56
---
 gnu/packages/crates-crypto.scm | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/gnu/packages/crates-crypto.scm b/gnu/packages/crates-crypto.scm
index 7be34ac426..9a3d8d0f0c 100644
--- a/gnu/packages/crates-crypto.scm
+++ b/gnu/packages/crates-crypto.scm
@@ -892,6 +892,24 @@ and block modes.")
     (description "Blowfish block cipher")
     (license (list license:expat license:asl2.0))))
 
+(define-public rust-blowfish-0.8
+  (package
+    (inherit rust-blowfish-0.9)
+    (name "rust-blowfish")
+    (version "0.8.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "blowfish" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "1ax736islxcbghc2lqq4vy7zn6qdigrls71lwg11m3743pyg6gzy"))))
+    (arguments
+     `(#:cargo-inputs (("rust-byteorder" ,rust-byteorder-1)
+                       ("rust-cipher" ,rust-cipher-0.3)
+                       ("rust-opaque-debug" ,rust-opaque-debug-0.3))
+       #:cargo-development-inputs (("rust-cipher" ,rust-cipher-0.3))))))
+
 (define-public rust-botan-0.10
   (package
     (name "rust-botan")



reply via email to

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