[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
242/379: gnu: Add rust-botan-0.10.
From: |
guix-commits |
Subject: |
242/379: gnu: Add rust-botan-0.10. |
Date: |
Mon, 10 Jul 2023 05:28:52 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit b563d82ff45d81bfa96a6edc099662d6dd777180
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon May 22 16:33:08 2023 +0300
gnu: Add rust-botan-0.10.
* gnu/packages/crates-io.scm (rust-botan-0.10): New variable.
(rust-botan-0.8): Inherit from rust-botan-0.10.
---
gnu/packages/crates-io.scm | 31 +++++++++++++++++++++++++------
1 file changed, 25 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 6ff9e797cc..cccd2b9172 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -8233,28 +8233,47 @@ programs.")
("rust-parking" ,rust-parking-1)
("rust-waker-fn" ,rust-waker-fn-1))))))
-(define-public rust-botan-0.8
+(define-public rust-botan-0.10
(package
(name "rust-botan")
- (version "0.8.1")
+ (version "0.10.3")
(source (origin
(method url-fetch)
(uri (crate-uri "botan" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
- (base32
"08bmiyn7c3b0dgx20w6hr28d9jcq7cj78cchr84pc686sb2s41ik"))))
+ (base32
+ "1vzl5pdysh848zpphsgvj9c40zdi3ynl32zzixsd8vg4vaflhb49"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
- (("rust-botan-sys" ,rust-botan-sys-0.8)
- ("rust-cstr-core" ,rust-cstr-core-0.2)
- ("rust-cty" ,rust-cty-0.2))))
+ (("rust-botan-sys" ,rust-botan-sys-0.10))
+ #:cargo-development-inputs
+ (("rust-hex" ,rust-hex-0.4)
+ ("rust-wycheproof" ,rust-wycheproof-0.5))))
(inputs (list botan))
(home-page "https://botan.randombit.net/")
(synopsis "Rust wrapper for Botan cryptography library")
(description "Rust wrapper for Botan cryptography library")
(license license:expat)))
+(define-public rust-botan-0.8
+ (package
+ (inherit rust-botan-0.10)
+ (name "rust-botan")
+ (version "0.8.1")
+ (source (origin
+ (method url-fetch)
+ (uri (crate-uri "botan" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
"08bmiyn7c3b0dgx20w6hr28d9jcq7cj78cchr84pc686sb2s41ik"))))
+ (arguments
+ `(#:cargo-inputs
+ (("rust-botan-sys" ,rust-botan-sys-0.8)
+ ("rust-cstr-core" ,rust-cstr-core-0.2)
+ ("rust-cty" ,rust-cty-0.2))))))
+
(define-public rust-botan-sys-0.8
(package
(name "rust-botan-sys")
- 219/379: gnu: Remove rust-sct-0.3., (continued)
- 219/379: gnu: Remove rust-sct-0.3., guix-commits, 2023/07/10
- 229/379: gnu: Remove rust-arrow2-0.5., guix-commits, 2023/07/10
- 224/379: gnu: Remove rust-take-0.1., guix-commits, 2023/07/10
- 233/379: gnu: Remove rust-postgres-shared-0.4., guix-commits, 2023/07/10
- 236/379: gnu: Add rust-addr2line-0.19., guix-commits, 2023/07/10
- 225/379: gnu: Remove rust-webpki-roots-0.14., guix-commits, 2023/07/10
- 234/379: gnu: Remove rust-postgres-protocol-0.3., guix-commits, 2023/07/10
- 235/379: gnu: Remove rust-rustc-ap-serialize-654., guix-commits, 2023/07/10
- 240/379: gnu: rust-backtrace-0.3: Update to 0.3.67., guix-commits, 2023/07/10
- 241/379: gnu: Add rust-botan-src-0.21903., guix-commits, 2023/07/10
- 242/379: gnu: Add rust-botan-0.10.,
guix-commits <=
- 251/379: gnu: rust-chrono-tz-0.6: Update to 0.6.3., guix-commits, 2023/07/10
- 260/379: gnu: Add rust-dirs-sys-0.4., guix-commits, 2023/07/10
- 261/379: gnu: Add rust-ecb-0.1., guix-commits, 2023/07/10
- 263/379: gnu: rust-fs-extra-1: Update to 1.3.0., guix-commits, 2023/07/10
- 264/379: gnu: Add rust-gimli-0.27., guix-commits, 2023/07/10
- 265/379: gnu: Add rust-git-testament-derive-0.1., guix-commits, 2023/07/10
- 267/379: gnu: Add rust-hashlink-0.8., guix-commits, 2023/07/10
- 268/379: gnu: rust-hex-literal-0.3: Update to 0.3.4., guix-commits, 2023/07/10
- 274/379: gnu: Add rust-markup5ever-rcdom-0.2., guix-commits, 2023/07/10
- 275/379: gnu: Add rust-normpath-1., guix-commits, 2023/07/10