diff options
| author | Tobias Geerinckx-Rice <me@tobias.gr> | 2026-03-29 01:00:00 +0100 |
|---|---|---|
| committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2026-03-29 01:00:00 +0100 |
| commit | f8828f568bf35e5e2113b101367e6bfed9d7fcfc (patch) | |
| tree | 01393bfe2ec444ad0b83ddc40c92beca34604045 /gnu/packages/file-systems.scm | |
| parent | e40cc524da5ffe65776ea1fd832ff7caf5da8ee1 (diff) | |
gnu: bcachefs-tools-minimal: Update to 1.37.4.
* gnu/packages/file-systems.scm (bcachefs-tools-minimal):
Update to 1.37.4.
* gnu/packages/rust-crates.scm (rust-anyhow-1.0.89, rust-clap-4.5.20)
(rust-clap-builder-4.5.20, rust-clap-complete-4.5.33)
(rust-clap-derive-4.5.18, rust-clap-lex-0.7.2, rust-fiemap-0.2.0)
(rust-fuser-0.17.0, rust-owo-colors-4.1.0, rust-prettyplease-0.2.22)
(rust-proc-macro2-1.0.87, rust-regex-1.11.0, rust-rustix-0.38.37)
(rust-terminal-size-0.4.0, rust-uuid-1.10.0): New machine-generated
variables.
(lookup-cargo-inputs): Update entry for bcachefs-tools.
Change-Id: I14a04ca31ca0e88c5244d8df7dd51138edff5799
Diffstat (limited to 'gnu/packages/file-systems.scm')
| -rw-r--r-- | gnu/packages/file-systems.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm index db1e79c30bf..59cc0f46d54 100644 --- a/gnu/packages/file-systems.scm +++ b/gnu/packages/file-systems.scm @@ -762,7 +762,7 @@ from a mounted file system.") ;; completions by running a native bcachefs binary at build time. (package (name "bcachefs-tools-minimal") - (version "1.35.1") + (version "1.37.4") (source (origin (method git-fetch) @@ -771,7 +771,7 @@ from a mounted file system.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1jn7fqlvhr0iazfx31wamvmf3qmgrzlf9ghvz8qazk8b6ipv77fn")))) + (base32 "17041jphzbg0ppxlc1acr3d73zyn02spjvi5my30wak8xh9n6nan")))) (build-system cargo-build-system) (arguments (list |
