gnu: pay-respects: Update to 0.7.9.

* gnu/packages/shellutils.scm (pay-respects): Update to 0.7.9.

Change-Id: I85c0b1c54a71624909398c87c7bbffc3226f1425
Signed-off-by: Hilton Chain <hako@ultrarare.space>
This commit is contained in:
Gabriel Santos 2025-09-01 11:09:03 -03:00 committed by Hilton Chain
parent e532d5c074
commit 28444e6f16
No known key found for this signature in database
GPG key ID: ACC66D09CA528292

View file

@ -1164,14 +1164,14 @@ shell with fzf, enabling fuzzy finding and multi-selection.")
(define-public pay-respects
(package
(name "pay-respects")
(version "0.7.8")
(version "0.7.9")
(source
(origin
(method url-fetch)
(uri (crate-uri "pay-respects" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "14hrfmwhisc98ba1hyg86v20g9qaa6jhx051m1ylkmajbklvzmgz"))))
(base32 "0inwxkcqavzx30c3kgc6rjrahdavwfqdwaq2q1ccncivl1j0fjln"))))
(build-system cargo-build-system)
(arguments (list #:install-source? #f))
(inputs (cargo-inputs 'pay-respects))