diff --git a/rekahsoft-gnu/packages/shellutils.scm b/rekahsoft-gnu/packages/shellutils.scm index 9efa471..e0cc01b 100644 --- a/rekahsoft-gnu/packages/shellutils.scm +++ b/rekahsoft-gnu/packages/shellutils.scm @@ -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