summaryrefslogtreecommitdiff
path: root/gnu/packages/shellutils.scm
diff options
context:
space:
mode:
authorGabriel Santos <gabrielsantosdesouza@disroot.org>2026-02-14 16:10:43 -0300
committerEfraim Flashner <efraim@flashner.co.il>2026-02-23 11:23:24 +0200
commit94fb1eacc978a003f245d4795e6478f4df1d9a71 (patch)
treef8d89c7d1014745318892d8305e9927c8f0a1cac /gnu/packages/shellutils.scm
parentbe4916939f912c8e5c946307570d8f413497439c (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.scm4
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.")
1174(define-public pay-respects 1174(define-public pay-respects
1175 (package 1175 (package
1176 (name "pay-respects") 1176 (name "pay-respects")
1177 (version "0.7.9") 1177 (version "0.7.12")
1178 (source 1178 (source
1179 (origin 1179 (origin
1180 (method url-fetch) 1180 (method url-fetch)
1181 (uri (crate-uri "pay-respects" version)) 1181 (uri (crate-uri "pay-respects" version))
1182 (file-name (string-append name "-" version ".tar.gz")) 1182 (file-name (string-append name "-" version ".tar.gz"))
1183 (sha256 1183 (sha256
1184 (base32 "0inwxkcqavzx30c3kgc6rjrahdavwfqdwaq2q1ccncivl1j0fjln")))) 1184 (base32 "0nmh5kkjhsrmhwlb09wvg6chzpl7w7xq1qr1yy9gc202yrv6cnmk"))))
1185 (build-system cargo-build-system) 1185 (build-system cargo-build-system)
1186 (arguments (list #:install-source? #f)) 1186 (arguments (list #:install-source? #f))
1187 (inputs (cargo-inputs 'pay-respects)) 1187 (inputs (cargo-inputs 'pay-respects))