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