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:
Herman Rimm 2024-12-24 11:00:54 +01:00 committed by Efraim Flashner
parent bdd6a39c72
commit 81da3e30e0
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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)