gnu: rust-magma-0.8: Order alphabetically.

* gnu/packages/crates-io.scm (rust-magma-0.8): Order.

Change-Id: I5a690d001288e7c9aa86580d2d257aef1826e17a
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Herman Rimm 2024-12-24 21:10:33 +01:00 committed by Efraim Flashner
parent 80c5fc342f
commit 88e992167f
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -45152,28 +45152,6 @@ (define-public rust-macrotest-1
"This package provides test harness for macro expansion in Rust.")
(license (list license:expat license:asl2.0))))
(define-public rust-magma-0.8
(package
(name "rust-magma")
(version "0.8.1")
(source (origin
(method url-fetch)
(uri (crate-uri "magma" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1w321p30599kc85bb35ps32ykqc9gzpi5b99dsw793nxrypnj9xb"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-cipher" ,rust-cipher-0.4))
#:cargo-development-inputs
(("rust-cipher" ,rust-cipher-0.4)
("rust-hex-literal" ,rust-hex-literal-0.3))))
(home-page "https://github.com/RustCrypto/block-ciphers")
(synopsis "Magma (GOST R 34.12-2015) block cipher")
(description "Magma (GOST R 34.12-2015) block cipher")
(license (list license:expat license:asl2.0))))
(define-public rust-magic-crypt-3
(package
(name "rust-magic-crypt")
@ -45233,6 +45211,28 @@ (define-public rust-magic-string-0.3
"This package provides a MagicString port driven by Rust and N-API.")
(license license:expat)))
(define-public rust-magma-0.8
(package
(name "rust-magma")
(version "0.8.1")
(source (origin
(method url-fetch)
(uri (crate-uri "magma" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1w321p30599kc85bb35ps32ykqc9gzpi5b99dsw793nxrypnj9xb"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-cipher" ,rust-cipher-0.4))
#:cargo-development-inputs
(("rust-cipher" ,rust-cipher-0.4)
("rust-hex-literal" ,rust-hex-literal-0.3))))
(home-page "https://github.com/RustCrypto/block-ciphers")
(synopsis "Magma (GOST R 34.12-2015) block cipher")
(description "Magma (GOST R 34.12-2015) block cipher")
(license (list license:expat license:asl2.0))))
(define-public rust-maildir-0.6
(package
(name "rust-maildir")