[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
361/379: gnu: Add rust-blowfish-0.9.
From: |
guix-commits |
Subject: |
361/379: gnu: Add rust-blowfish-0.9. |
Date: |
Mon, 10 Jul 2023 05:29:27 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit bdf58201c83ba10fde9f0d8dde4267563551d8fc
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon May 22 17:56:43 2023 +0300
gnu: Add rust-blowfish-0.9.
* gnu/packages/crates-io.scm (rust-blowfish-0.9): New variable.
---
gnu/packages/crates-io.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 34dd1757e2..81939fefe9 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -8319,6 +8319,29 @@ programs.")
("rust-parking" ,rust-parking-1)
("rust-waker-fn" ,rust-waker-fn-1))))))
+(define-public rust-blowfish-0.9
+ (package
+ (name "rust-blowfish")
+ (version "0.9.1")
+ (source (origin
+ (method url-fetch)
+ (uri (crate-uri "blowfish" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "1mw7bvj3bg5w8vh9xw9xawqh7ixk2xwsxkj34ph96b9b1z6y44p4"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs
+ (("rust-byteorder" ,rust-byteorder-1)
+ ("rust-cipher" ,rust-cipher-0.4))
+ #:cargo-development-inputs
+ (("rust-cipher" ,rust-cipher-0.4))))
+ (home-page "https://github.com/RustCrypto/block-ciphers")
+ (synopsis "Blowfish block cipher")
+ (description "Blowfish block cipher")
+ (license (list license:expat license:asl2.0))))
+
(define-public rust-botan-0.10
(package
(name "rust-botan")
- 300/379: gnu: rust-tera-1: Update to 1.18.1., (continued)
- 300/379: gnu: rust-tera-1: Update to 1.18.1., guix-commits, 2023/07/10
- 308/379: gnu: Add rust-sequoia-policy-config-0.6., guix-commits, 2023/07/10
- 306/379: gnu: Add rust-sequoia-ipc-0.30., guix-commits, 2023/07/10
- 322/379: gnu: Add rust-unescape-0.1., guix-commits, 2023/07/10
- 327/379: gnu: Add rust-supports-color-2., guix-commits, 2023/07/10
- 335/379: gnu: Add rust-p256-0.13., guix-commits, 2023/07/10
- 334/379: gnu: Add rust-pikchr-0.1., guix-commits, 2023/07/10
- 336/379: gnu: Add rust-owo-colors-3., guix-commits, 2023/07/10
- 364/379: gnu: fd: Adjust for newer rust-clap-4., guix-commits, 2023/07/10
- 358/379: gnu: Add rust-clap-builder-4., guix-commits, 2023/07/10
- 361/379: gnu: Add rust-blowfish-0.9.,
guix-commits <=
- 376/379: gnu: rust-curl-sys-0.4: Update to 0.4.63+curl-8.1.2., guix-commits, 2023/07/10
- 375/379: gnu: newsboat: Update to 2.32., guix-commits, 2023/07/10
- 213/379: gnu: Remove rust-quasi-0.32., guix-commits, 2023/07/10
- 231/379: gnu: Remove rust-pin-project-auxiliary-macro-0.0., guix-commits, 2023/07/10
- 238/379: gnu: Add rust-aligned-0.4., guix-commits, 2023/07/10
- 249/379: gnu: Add rust-capnp-futures-0.14., guix-commits, 2023/07/10
- 252/379: gnu: Add rust-chrono-tz-build-0.0.3., guix-commits, 2023/07/10
- 262/379: gnu: Add rust-fehler-macros-1., guix-commits, 2023/07/10
- 277/379: gnu: Add rust-object-0.30., guix-commits, 2023/07/10
- 280/379: gnu: rust-pest-derive-2: Update to 2.6.0., guix-commits, 2023/07/10