mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-21 02:03:29 -05:00
gnu: rust-test-case-core-3: Update to 3.3.1.
* gnu/packages/crates-io.scm (rust-test-case-core-3): Update to 3.3.1. [cargo-inputs]: Replace rust-syn-1 with 2. Remove rust-proc-macro-error-1. Change-Id: Ic44ba55ec85d1db48f37045dd00ec16f851fbd2a Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
788a712b0e
commit
a812fbc711
1 changed files with 3 additions and 4 deletions
|
@ -75352,22 +75352,21 @@ (define-public rust-test-case-1
|
|||
(define-public rust-test-case-core-3
|
||||
(package
|
||||
(name "rust-test-case-core")
|
||||
(version "3.1.0")
|
||||
(version "3.3.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "test-case-core" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1vhckjjw4w1kaanhgy6bw8kdr8ligr68bz5nfbvr8xz2s7ar80yi"))))
|
||||
"0krqi0gbi1yyycigyjlak63r8h1n0vms7mg3kckqwlfd87c7zjxd"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-cfg-if" ,rust-cfg-if-1)
|
||||
("rust-proc-macro-error" ,rust-proc-macro-error-1)
|
||||
("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||
("rust-quote" ,rust-quote-1)
|
||||
("rust-syn" ,rust-syn-1))))
|
||||
("rust-syn" ,rust-syn-2))))
|
||||
(home-page "https://github.com/frondeus/test-case")
|
||||
(synopsis "Core functionality for the test-case crate")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue