From 4911f409b0ffc7339059198bea9c5a50e8ddaed3 Mon Sep 17 00:00:00 2001 From: "Collin J. Doering" Date: Mon, 25 Dec 2023 23:20:55 -0500 Subject: [PATCH] rekahsoft-gnu: Update spaceship-prompt to 4.15.0 --- rekahsoft-gnu/packages/shellutils.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rekahsoft-gnu/packages/shellutils.scm b/rekahsoft-gnu/packages/shellutils.scm index faab9fc..06a9476 100644 --- a/rekahsoft-gnu/packages/shellutils.scm +++ b/rekahsoft-gnu/packages/shellutils.scm @@ -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"))