diff options
| author | Gabriel Santos <gabrielsantosdesouza@disroot.org> | 2026-02-14 16:10:43 -0300 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2026-02-23 11:23:24 +0200 |
| commit | 94fb1eacc978a003f245d4795e6478f4df1d9a71 (patch) | |
| tree | f8d89c7d1014745318892d8305e9927c8f0a1cac /gnu/packages/shellutils.scm | |
| parent | be4916939f912c8e5c946307570d8f413497439c (diff) | |
gnu: pay-respects: Update to 0.7.12.
* gnu/packages/shellutils.scm (pay-respects): Update to 0.7.12.
* gnu/packages/rust-crates.scm (pay-respects): Update dependencies.
Change-Id: I38ccabd5b6b5830b8b67af494c57982cd1aa51d0
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Diffstat (limited to 'gnu/packages/shellutils.scm')
| -rw-r--r-- | gnu/packages/shellutils.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/shellutils.scm b/gnu/packages/shellutils.scm index 2fc0f7a57ca..6fbd60ae2a9 100644 --- a/gnu/packages/shellutils.scm +++ b/gnu/packages/shellutils.scm @@ -1174,14 +1174,14 @@ shell with fzf, enabling fuzzy finding and multi-selection.") (define-public pay-respects (package (name "pay-respects") - (version "0.7.9") + (version "0.7.12") (source (origin (method url-fetch) (uri (crate-uri "pay-respects" version)) (file-name (string-append name "-" version ".tar.gz")) (sha256 - (base32 "0inwxkcqavzx30c3kgc6rjrahdavwfqdwaq2q1ccncivl1j0fjln")))) + (base32 "0nmh5kkjhsrmhwlb09wvg6chzpl7w7xq1qr1yy9gc202yrv6cnmk")))) (build-system cargo-build-system) (arguments (list #:install-source? #f)) (inputs (cargo-inputs 'pay-respects)) |
