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
|
(define-public rust-pin-project-lite-0.2
|
||||||
(package
|
(package
|
||||||
(name "rust-pin-project-lite")
|
(name "rust-pin-project-lite")
|
||||||
(version "0.2.13")
|
(version "0.2.15")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "pin-project-lite" version))
|
(uri (crate-uri "pin-project-lite" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0n0bwr5qxlf0mhn2xkl36sy55118s9qmvx2yl5f3ixkb007lbywa"))
|
(base32 "1zz4xif3iknfrpmvqmh0pcc9mx4cxm28jywqydir3pimcla1wnli"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin (substitute* "Cargo.toml"
|
'(begin (substitute* "Cargo.toml"
|
||||||
|
@ -53556,16 +53556,10 @@ crate.")
|
||||||
(string-append "\"^" version)))))))
|
(string-append "\"^" version)))))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-development-inputs
|
`(#:tests? #f ; use of undeclared crate or module `trybuild`
|
||||||
(("rust-macrotest" ,rust-macrotest-1)
|
#:cargo-development-inputs
|
||||||
("rust-once-cell" ,rust-once-cell-1)
|
(("rust-rustversion" ,rust-rustversion-1)
|
||||||
("rust-proc-macro2" ,rust-proc-macro2-1)
|
("rust-static-assertions" ,rust-static-assertions-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))))
|
|
||||||
(home-page "https://github.com/taiki-e/pin-project-lite")
|
(home-page "https://github.com/taiki-e/pin-project-lite")
|
||||||
(synopsis "Lightweight version of pin-project")
|
(synopsis "Lightweight version of pin-project")
|
||||||
(description "This package provides a 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