mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-20 17:53:26 -05:00
gnu: rust-relative-path-1: Update to 1.9.0.
* gnu/packages/crates-io.scm (rust-relative-path-1): Update to 1.9.0. [arguments]: Add cargo-test-flags. Change-Id: Ib40b2b4a62106e7b10a406fbbc7287b7a819f95d
This commit is contained in:
parent
3a28e14696
commit
d2d70c501b
1 changed files with 5 additions and 3 deletions
|
@ -60112,7 +60112,7 @@ (define-public rust-region-2
|
|||
(define-public rust-relative-path-1
|
||||
(package
|
||||
(name "rust-relative-path")
|
||||
(version "1.3.2")
|
||||
(version "1.9.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -60120,10 +60120,12 @@ (define-public rust-relative-path-1
|
|||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"152zdks8chgsq4vmp562bx6whvixm7gzivab1cf8rs1r634ggbv5"))))
|
||||
"1jl32g41ww8pm8lbdmxm6ahagzwkz8b02q1gxzps47g1zj52j1y7"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
`(#:cargo-test-flags ; Skip the doctests.
|
||||
'("--release" "--lib" "--bins" "--tests")
|
||||
#:cargo-inputs
|
||||
(("rust-serde" ,rust-serde-1))
|
||||
#:cargo-development-inputs
|
||||
(("rust-serde" ,rust-serde-1))))
|
||||
|
|
Loading…
Reference in a new issue