mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 09:37:03 +01: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 @@ (define-public rust-botan-0.8
|
|||
("rust-cstr-core" ,rust-cstr-core-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
|
||||
(package
|
||||
(name "rust-botan-src")
|
||||
|
@ -1077,6 +1057,26 @@ (define-public rust-botan-src-0.21703
|
|||
(snippet
|
||||
'(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
|
||||
(package
|
||||
(inherit rust-botan-sys-0.10)
|
||||
|
|
Loading…
Reference in a new issue