mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 23:18:33 +01:00
gnu: rust-serial-test-derive-0.4: Order alphabetically.
* gnu/packages/crates-io.scm (rust-serial-test-derive-0.4): Order. Change-Id: If580650bd59f3b68cf4c92c7da8f343977a1f592 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
bf44a01549
commit
ae9a2262cc
1 changed files with 26 additions and 26 deletions
|
@ -76934,6 +76934,32 @@ (define-public rust-serial-test-derive-0.5
|
|||
#:cargo-development-inputs
|
||||
(("rust-env-logger" ,rust-env-logger-0.7))))))
|
||||
|
||||
(define-public rust-serial-test-derive-0.4
|
||||
(package
|
||||
(name "rust-serial-test-derive")
|
||||
(version "0.4.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "serial_test_derive" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"05b5xr36zi8damfg3bmbh1kwdxc3k1y2r8b8pmi7q8jb0bc3i0yh"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-env-logger" ,rust-env-logger-0.7)
|
||||
("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||
("rust-quote" ,rust-quote-1)
|
||||
("rust-syn" ,rust-syn-1))))
|
||||
(home-page
|
||||
"https://github.com/palfrey/serial_test_derive/")
|
||||
(synopsis "Serialising Rust tests")
|
||||
(description "Serialising Rust tests")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-serial-test-derive-0.1
|
||||
(package
|
||||
(inherit rust-serial-test-derive-0.5)
|
||||
|
@ -77013,32 +77039,6 @@ (define-public rust-servo-arc-0.1
|
|||
("rust-serde" ,rust-serde-1)
|
||||
("rust-stable-deref-trait" ,rust-stable-deref-trait-1))))))
|
||||
|
||||
(define-public rust-serial-test-derive-0.4
|
||||
(package
|
||||
(name "rust-serial-test-derive")
|
||||
(version "0.4.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "serial_test_derive" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"05b5xr36zi8damfg3bmbh1kwdxc3k1y2r8b8pmi7q8jb0bc3i0yh"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-env-logger" ,rust-env-logger-0.7)
|
||||
("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||
("rust-quote" ,rust-quote-1)
|
||||
("rust-syn" ,rust-syn-1))))
|
||||
(home-page
|
||||
"https://github.com/palfrey/serial_test_derive/")
|
||||
(synopsis "Serialising Rust tests")
|
||||
(description "Serialising Rust tests")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-serial-test-0.4
|
||||
(package
|
||||
(name "rust-serial-test")
|
||||
|
|
Loading…
Reference in a new issue