mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: just: Update to 1.38.0.
* gnu/packages/rust-apps.scm (just): Update to 1.38.0. [arguments]: Remove '--release' from the cargo-test-flags. [cargo-inputs]: Add rust-rustversion-1. Change-Id: I41780ff48f433558119b50dcdc2a7745105b880f
This commit is contained in:
parent
9eece83dc5
commit
37fb032a5d
1 changed files with 4 additions and 3 deletions
|
@ -1500,17 +1500,17 @@ bar. It is also compatible with sway.")
|
|||
(define-public just
|
||||
(package
|
||||
(name "just")
|
||||
(version "1.37.0")
|
||||
(version "1.38.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "just" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1lx9avys0ipvdabgvwp5xrwxp7wfg1z0jrf1v6ax23k2a1xzvmpr"))))
|
||||
(base32 "031yn8dijn89cdiwrlsh5l8ah83f2ci51j90z659aqrksflz44vw"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-test-flags
|
||||
'("--release" "--"
|
||||
'("--"
|
||||
"--skip=backticks::trailing_newlines_are_stripped"
|
||||
"--skip=completions::bash"
|
||||
"--skip=functions::env_var_functions"
|
||||
|
@ -1537,6 +1537,7 @@ bar. It is also compatible with sway.")
|
|||
("rust-percent-encoding" ,rust-percent-encoding-2)
|
||||
("rust-rand" ,rust-rand-0.8)
|
||||
("rust-regex" ,rust-regex-1)
|
||||
("rust-rustversion" ,rust-rustversion-1)
|
||||
("rust-semver" ,rust-semver-1)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-serde-json" ,rust-serde-json-1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue