diff options
| author | Acid Bong <acidbong@tilde.club> | 2026-02-08 08:58:56 +0000 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2026-02-10 17:07:10 +0200 |
| commit | 3e1cbac930b8f87c0d648b84bceb9b0eae49568c (patch) | |
| tree | 994d50dfc586a5b58128c6b6ae13ddad70fc8217 /gnu/packages/rust-apps.scm | |
| parent | ae5917bb1f57c819acbd6875d3d7d56cddcd0775 (diff) | |
gnu: fd: Update to 10.3.0.
* gnu/packages/rust-apps.scm (fd): Update to 10.3.0.
* gnu/packages/rust-crates.scm (fd): Update crates.
Change-Id: Iee0bac0b553310ff67db10462485ae99be1b0fc1
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Diffstat (limited to 'gnu/packages/rust-apps.scm')
| -rw-r--r-- | gnu/packages/rust-apps.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm index 79a516746c1..549a7d81253 100644 --- a/gnu/packages/rust-apps.scm +++ b/gnu/packages/rust-apps.scm @@ -1134,7 +1134,7 @@ JSON, so you have a lot of control over the search and cleanup process.") (define-public fd (package (name "fd") - (version "10.2.0") + (version "10.3.0") (source (origin (method url-fetch) @@ -1142,7 +1142,7 @@ JSON, so you have a lot of control over the search and cleanup process.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "0d5zv6pmxxsblbvk4pzxjbj072d2bg3byhss57699y2s37xdw26y")))) + "1nw58x3y016qkzh3y8fkypg2r13p5h1f4dv2wy9apvxxbd5h1grg")))) (build-system cargo-build-system) (arguments (list |
