mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
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:
parent
80c5fc342f
commit
88e992167f
1 changed files with 22 additions and 22 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue