rekahsoft-gnu/packages/shellutils.scm: Update spaceship-prompt

This commit is contained in:
Collin J. Doering 2020-12-26 23:22:01 -05:00
parent 1b8f49c8a9
commit e22859ab1b
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
1 changed files with 3 additions and 3 deletions

View File

@ -94,16 +94,16 @@ files, command history, processes, hostnames, bookmarks, git commits, etc..")
(define-public spaceship-prompt
(package
(name "spaceship-prompt")
(version "3.11.1")
(version "3.11.2")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/denysdovhan/spaceship-prompt.git")
(url "https://github.com/denysdovhan/spaceship-prompt")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"171gmqnwbyan1wslbh4aky1gdqfbw3gfsfscxfnpgk0j114a6jfj"))))
"1q7m9mmg82n4fddfz01y95d5n34xnzhrnn1lli0vih39sgmzim9b"))))
(build-system gnu-build-system)
(arguments
`(#:phases