mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 10:30:43 +02:00
gnu: rust-pin-project-lite-0.2: Update to 0.2.15.
* gnu/packages/crates-io.scm (rust-pin-project-lite-0.2): Update to 0.2.15. [arguments]: Skip the tests. [cargo-development-inputs]: Remove rust-macrotest-1, rust-once-cell-1, rust-proc-macro2-1, rust-quote-1, rust-serde-1, rust-toml-0.5, rust-trybuild-1. Change-Id: Icaaa592cde5f835fc186fd706b07a9182826bdeb Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
545e7818e7
commit
2da07aae40
1 changed files with 6 additions and 12 deletions
|
@ -53541,14 +53541,14 @@ crate.")
|
|||
(define-public rust-pin-project-lite-0.2
|
||||
(package
|
||||
(name "rust-pin-project-lite")
|
||||
(version "0.2.13")
|
||||
(version "0.2.15")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "pin-project-lite" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0n0bwr5qxlf0mhn2xkl36sy55118s9qmvx2yl5f3ixkb007lbywa"))
|
||||
(base32 "1zz4xif3iknfrpmvqmh0pcc9mx4cxm28jywqydir3pimcla1wnli"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(begin (substitute* "Cargo.toml"
|
||||
|
@ -53556,16 +53556,10 @@ crate.")
|
|||
(string-append "\"^" version)))))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-development-inputs
|
||||
(("rust-macrotest" ,rust-macrotest-1)
|
||||
("rust-once-cell" ,rust-once-cell-1)
|
||||
("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||
("rust-quote" ,rust-quote-1)
|
||||
("rust-rustversion" ,rust-rustversion-1)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-static-assertions" ,rust-static-assertions-1)
|
||||
("rust-toml" ,rust-toml-0.5)
|
||||
("rust-trybuild" ,rust-trybuild-1))))
|
||||
`(#:tests? #f ; use of undeclared crate or module `trybuild`
|
||||
#:cargo-development-inputs
|
||||
(("rust-rustversion" ,rust-rustversion-1)
|
||||
("rust-static-assertions" ,rust-static-assertions-1))))
|
||||
(home-page "https://github.com/taiki-e/pin-project-lite")
|
||||
(synopsis "Lightweight version of pin-project")
|
||||
(description "This package provides a lightweight version of pin-project
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue