diff options
| author | Zheng Junjie <z572@z572.online> | 2025-10-07 14:36:56 +0800 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2025-10-15 12:46:25 +0300 |
| commit | 380570ea625bf02c3244aec35a67dee87cb1b234 (patch) | |
| tree | ea66e9b0f56ddfcc8e6d95fadc20332b7b4f245b /gnu/packages/rust-apps.scm | |
| parent | 60f5123072558773ca334c2103b002e20ce5c405 (diff) | |
gnu: watchexec: Update to 2.3.2.
* gnu/packages/rust-apps.scm (watchexec): Update to 2.3.2.
* gnu/packages/rust-crates.scm (lookup-cargo-inputs)[watchexec]: Update
entry.
Change-Id: Ief1f73f62522a8f2e517177884cc351d3a6cd174
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 57f28214354..4ad704fbb8a 100644 --- a/gnu/packages/rust-apps.scm +++ b/gnu/packages/rust-apps.scm @@ -3004,14 +3004,14 @@ older terminal emulators.") (define-public watchexec (package (name "watchexec") - (version "2.3.0") + (version "2.3.2") (source (origin (method url-fetch) (uri (crate-uri "watchexec-cli" version)) (file-name (string-append name "-" version ".tar.gz")) (sha256 - (base32 "1qqbcipx90q4hl1l39ijwqqndbd23kmkqha3wxpqn1b8dylfxgy2")))) + (base32 "04qm50br5swck9sqvl9qhaa7cfh6z2y12ipj9729biczmzaw1avx")))) (build-system cargo-build-system) (arguments `(#:install-source? #f |
