mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: rust-nasm-rs-0.2: Order alphabetically.
* gnu/packages/crates-io.scm (rust-nasm-rs-0.2): Order. Change-Id: I74719fc74957428ecdea202aeb2ef36cc6f89f76 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
0246231512
commit
058c0662be
1 changed files with 16 additions and 16 deletions
|
@ -48467,22 +48467,6 @@ (define-public rust-nasm-rs-0.3
|
|||
(description "This package provides NASM during your Cargo build.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-nasm-rs-0.2
|
||||
(package
|
||||
(inherit rust-nasm-rs-0.3)
|
||||
(name "rust-nasm-rs")
|
||||
(version "0.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "nasm-rs" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1lgc3gg32hj4pcbfp07vzwy013smdm27469fyy4rqgyil3x46vx7"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-arrayvec" ,rust-arrayvec-0.5)
|
||||
("rust-rayon" ,rust-rayon-1))))))
|
||||
|
||||
(define-public rust-nalgebra-0.32
|
||||
(package
|
||||
(name "rust-nalgebra")
|
||||
|
@ -49016,6 +49000,22 @@ (define-public rust-napi-sys-2
|
|||
(description "This package provides a NodeJS N-API raw binding.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-nasm-rs-0.2
|
||||
(package
|
||||
(inherit rust-nasm-rs-0.3)
|
||||
(name "rust-nasm-rs")
|
||||
(version "0.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "nasm-rs" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1lgc3gg32hj4pcbfp07vzwy013smdm27469fyy4rqgyil3x46vx7"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-arrayvec" ,rust-arrayvec-0.5)
|
||||
("rust-rayon" ,rust-rayon-1))))))
|
||||
|
||||
(define-public rust-natord-1
|
||||
(package
|
||||
(name "rust-natord")
|
||||
|
|
Loading…
Reference in a new issue