summaryrefslogtreecommitdiff
path: root/gnu/packages/shellutils.scm
diff options
context:
space:
mode:
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))