rekahsoft-gnu: Update spaceship-prompt to 4.15.0

This commit is contained in:
Collin J. Doering 2023-12-25 23:20:55 -05:00
parent 58e1ca86c3
commit 4911f409b0
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
1 changed files with 3 additions and 3 deletions

View File

@ -105,7 +105,7 @@ files, command history, processes, hostnames, bookmarks, git commits, etc..")
(define-public spaceship-prompt (define-public spaceship-prompt
(package (package
(name "spaceship-prompt") (name "spaceship-prompt")
(version "3.16.5") (version "4.15.0")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -114,7 +114,7 @@ files, command history, processes, hostnames, bookmarks, git commits, etc..")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1l5vla2wyzcp96xxh41l4fsss23rshm8h7xnwkrziwa45y6jy7hj")))) "0fndp1kvp7wayw2hmkx9j0pl3d850gcnl232fxy13r10504rj9j0"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(propagated-inputs (propagated-inputs
`(("sed" ,sed) `(("sed" ,sed)
@ -137,7 +137,7 @@ files, command history, processes, hostnames, bookmarks, git commits, etc..")
(copy-recursively dir (copy-recursively dir
(string-append (string-append
install-path "/" dir))) install-path "/" dir)))
'("lib" "modules" "sections")) '("lib" "sections"))
(copy-file "spaceship.zsh" (copy-file "spaceship.zsh"
(string-append install-path (string-append install-path
"/spaceship.zsh")) "/spaceship.zsh"))