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:
Efraim Flashner 2024-12-19 11:38:17 +02:00
parent 9eece83dc5
commit 37fb032a5d
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1500,17 +1500,17 @@ bar. It is also compatible with sway.")
(define-public just (define-public just
(package (package
(name "just") (name "just")
(version "1.37.0") (version "1.38.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (crate-uri "just" version)) (uri (crate-uri "just" version))
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 "1lx9avys0ipvdabgvwp5xrwxp7wfg1z0jrf1v6ax23k2a1xzvmpr")))) (base32 "031yn8dijn89cdiwrlsh5l8ah83f2ci51j90z659aqrksflz44vw"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:cargo-test-flags `(#:cargo-test-flags
'("--release" "--" '("--"
"--skip=backticks::trailing_newlines_are_stripped" "--skip=backticks::trailing_newlines_are_stripped"
"--skip=completions::bash" "--skip=completions::bash"
"--skip=functions::env_var_functions" "--skip=functions::env_var_functions"
@ -1537,6 +1537,7 @@ bar. It is also compatible with sway.")
("rust-percent-encoding" ,rust-percent-encoding-2) ("rust-percent-encoding" ,rust-percent-encoding-2)
("rust-rand" ,rust-rand-0.8) ("rust-rand" ,rust-rand-0.8)
("rust-regex" ,rust-regex-1) ("rust-regex" ,rust-regex-1)
("rust-rustversion" ,rust-rustversion-1)
("rust-semver" ,rust-semver-1) ("rust-semver" ,rust-semver-1)
("rust-serde" ,rust-serde-1) ("rust-serde" ,rust-serde-1)
("rust-serde-json" ,rust-serde-json-1) ("rust-serde-json" ,rust-serde-json-1)