diff options
| author | Sughosha <sughosha@disroot.org> | 2026-03-18 19:16:19 +0530 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2026-03-19 12:15:30 +0200 |
| commit | 7e504bace602304bc0fb0670e8a0b23e008172a1 (patch) | |
| tree | c41834b88d3dec795635e1e2965d3b2b4c4eb3da /gnu/packages/rust-apps.scm | |
| parent | e44a5bb79662f907acb1cd88cc199f42d551b51e (diff) | |
gnu: rbw: Update to 1.15.0.
* gnu/packages/rust-apps.scm (rbw): Update to 1.15.0.
* gnu/packages/rust-crates.scm (lookup-cargo-inputs): Update entry for rbw.
Change-Id: I48c5fcbeb4b7e17e20f1e7ed48f563fd8f25e766
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 b165539848c..dd99ac631d3 100644 --- a/gnu/packages/rust-apps.scm +++ b/gnu/packages/rust-apps.scm @@ -3679,7 +3679,7 @@ runs a command whenever it detects modifications.") (define-public rbw (package (name "rbw") - (version "1.14.1") + (version "1.15.0") (outputs '("out" "scripts")) (source (origin @@ -3687,7 +3687,7 @@ runs a command whenever it detects modifications.") (uri (crate-uri "rbw" version)) (file-name (string-append name "-" version ".tar.gz")) (sha256 - (base32 "1d4pxj3jjrgbvldpxsbq05h13cx1bc6yxhhwxa0rp58bkj6qh3ah")))) + (base32 "1fg9jad5r255xcnc22ldmjra9ydf40yqvmpa7pwrzxncvf37v3l9")))) (build-system cargo-build-system) (arguments `(#:install-source? #f |
