diff options
| author | Foster Hangdaan <foster@hangdaan.email> | 2026-02-21 06:38:04 -0500 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2026-02-24 15:14:41 +0200 |
| commit | d7c540f45707f69949087ecf56be903b6f4c49a1 (patch) | |
| tree | 5347672b8d64bee9d0e9492bc0d4acb246f1a5b4 /gnu/packages/shellutils.scm | |
| parent | 55912abd9b1750c7cafa0cda89fc8c68ec0eda2e (diff) | |
gnu: starship: Update to 1.24.2.
* gnu/packages/shellutils.scm (starship): Update to 1.24.2.
* gnu/packages/rust-crates.scm (starship): Update crates.
Change-Id: I3222984e2339e3baf9704c63b15283274c045ea4
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Diffstat (limited to 'gnu/packages/shellutils.scm')
| -rw-r--r-- | gnu/packages/shellutils.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/shellutils.scm b/gnu/packages/shellutils.scm index 17a4e4fa7de..43d7979700c 100644 --- a/gnu/packages/shellutils.scm +++ b/gnu/packages/shellutils.scm @@ -511,14 +511,14 @@ POSIX Shell}, @url{https://www.gnu.org/software/bash/, Bash}, and (define-public starship (package (name "starship") - (version "1.21.1") + (version "1.24.2") (source (origin (method url-fetch) (uri (crate-uri "starship" version)) (file-name (string-append name "-" version ".tar.gz")) (sha256 - (base32 "1ikdy6jwlc36add55acxlba6f009dln9iyz368c1ndbfpgn4n42g")))) + (base32 "0q57nb66fww6c8kwfyl5dpv9c2gr721nbbqcpsrh9c6wd6c26339")))) (build-system cargo-build-system) (arguments (list |
