mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
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:
parent
e532d5c074
commit
28444e6f16
1 changed files with 2 additions and 2 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue