Archived
1
0
Fork 0

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:
Jaeme Sifat 2024-01-20 12:55:19 -05:00 committed by Efraim Flashner
parent 788a712b0e
commit a812fbc711
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -75352,22 +75352,21 @@ into mod, giving clear and readable test results.")
(define-public rust-test-case-core-3 (define-public rust-test-case-core-3
(package (package
(name "rust-test-case-core") (name "rust-test-case-core")
(version "3.1.0") (version "3.3.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (crate-uri "test-case-core" version)) (uri (crate-uri "test-case-core" version))
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1vhckjjw4w1kaanhgy6bw8kdr8ligr68bz5nfbvr8xz2s7ar80yi")))) "0krqi0gbi1yyycigyjlak63r8h1n0vms7mg3kckqwlfd87c7zjxd"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:cargo-inputs `(#:cargo-inputs
(("rust-cfg-if" ,rust-cfg-if-1) (("rust-cfg-if" ,rust-cfg-if-1)
("rust-proc-macro-error" ,rust-proc-macro-error-1)
("rust-proc-macro2" ,rust-proc-macro2-1) ("rust-proc-macro2" ,rust-proc-macro2-1)
("rust-quote" ,rust-quote-1) ("rust-quote" ,rust-quote-1)
("rust-syn" ,rust-syn-1)))) ("rust-syn" ,rust-syn-2))))
(home-page "https://github.com/frondeus/test-case") (home-page "https://github.com/frondeus/test-case")
(synopsis "Core functionality for the test-case crate") (synopsis "Core functionality for the test-case crate")
(description (description