mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: rust-pin-project-1: Update to 1.1.5.
* gnu/packages/crates-io.scm (rust-pin-project-1): Update to 1.1.5. [arguments]<#:tests?>: Disable tests; error undecipherable. Change-Id: Ia3287674918b408c5ba7adbaaf8e082ccf38e82e
This commit is contained in:
parent
fceb8ba71a
commit
856ffa23a8
1 changed files with 6 additions and 3 deletions
|
@ -53062,17 +53062,20 @@ (define-public rust-pikchr-0.1
|
|||
(define-public rust-pin-project-1
|
||||
(package
|
||||
(name "rust-pin-project")
|
||||
(version "1.0.12")
|
||||
(version "1.1.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "pin-project" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1k3f9jkia3idxl2pqxamszwnl89dk52fa4jqj3p7zmmwnq4scadd"))))
|
||||
(base32 "1cxl146x0q7lawp0m1826wsgj8mmmfs6ja8q7m6f7ff5j6vl7gxn"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
;; XXX: Tests fail with "error[E0433]: failed to resolve: use of
|
||||
;; undeclared crate or module `macrotest`".
|
||||
`(#:tests? #false
|
||||
#:cargo-inputs
|
||||
(("rust-pin-project-internal" ,rust-pin-project-internal-1))
|
||||
#:cargo-development-inputs
|
||||
(("rust-macrotest" ,rust-macrotest-1)
|
||||
|
|
Loading…
Reference in a new issue