mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 18:40:57 +02:00
gnu: rust-botan-sys-0.10: Order alphabetically.
* gnu/packages/crates-crypto.scm (rust-botan-sys-0.10): Order. Change-Id: I4b20c3e961dfc51182467580aeca7e10bda843bc Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
bdd6a39c72
commit
81da3e30e0
1 changed files with 20 additions and 20 deletions
|
@ -1020,26 +1020,6 @@ and block modes.")
|
||||||
("rust-cstr-core" ,rust-cstr-core-0.2)
|
("rust-cstr-core" ,rust-cstr-core-0.2)
|
||||||
("rust-cty" ,rust-cty-0.2))))))
|
("rust-cty" ,rust-cty-0.2))))))
|
||||||
|
|
||||||
(define-public rust-botan-sys-0.10
|
|
||||||
(package
|
|
||||||
(name "rust-botan-sys")
|
|
||||||
(version "0.10.5")
|
|
||||||
(source (origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (crate-uri "botan-sys" version))
|
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1ji12rxvi4h7pap772cd2hw4xdgqdsgw6m8wqin9klpbp3hxsjcz"))))
|
|
||||||
(build-system cargo-build-system)
|
|
||||||
(arguments
|
|
||||||
`(#:cargo-inputs (("rust-botan-src" ,rust-botan-src-0.30101))))
|
|
||||||
(inputs (list botan))
|
|
||||||
(home-page "https://botan.randombit.net/")
|
|
||||||
(synopsis "FFI wrapper for Botan cryptography library")
|
|
||||||
(description "FFI wrapper for Botan cryptography library")
|
|
||||||
(license license:expat)))
|
|
||||||
|
|
||||||
(define-public rust-botan-src-0.30101
|
(define-public rust-botan-src-0.30101
|
||||||
(package
|
(package
|
||||||
(name "rust-botan-src")
|
(name "rust-botan-src")
|
||||||
|
@ -1077,6 +1057,26 @@ and block modes.")
|
||||||
(snippet
|
(snippet
|
||||||
'(begin (delete-file-recursively "botan")))))))
|
'(begin (delete-file-recursively "botan")))))))
|
||||||
|
|
||||||
|
(define-public rust-botan-sys-0.10
|
||||||
|
(package
|
||||||
|
(name "rust-botan-sys")
|
||||||
|
(version "0.10.5")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "botan-sys" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1ji12rxvi4h7pap772cd2hw4xdgqdsgw6m8wqin9klpbp3hxsjcz"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs (("rust-botan-src" ,rust-botan-src-0.30101))))
|
||||||
|
(inputs (list botan))
|
||||||
|
(home-page "https://botan.randombit.net/")
|
||||||
|
(synopsis "FFI wrapper for Botan cryptography library")
|
||||||
|
(description "FFI wrapper for Botan cryptography library")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-botan-sys-0.8
|
(define-public rust-botan-sys-0.8
|
||||||
(package
|
(package
|
||||||
(inherit rust-botan-sys-0.10)
|
(inherit rust-botan-sys-0.10)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue