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 | |||
| 511 | (define-public starship | 511 | (define-public starship |
| 512 | (package | 512 | (package |
| 513 | (name "starship") | 513 | (name "starship") |
| 514 | (version "1.21.1") | 514 | (version "1.24.2") |
| 515 | (source | 515 | (source |
| 516 | (origin | 516 | (origin |
| 517 | (method url-fetch) | 517 | (method url-fetch) |
| 518 | (uri (crate-uri "starship" version)) | 518 | (uri (crate-uri "starship" version)) |
| 519 | (file-name (string-append name "-" version ".tar.gz")) | 519 | (file-name (string-append name "-" version ".tar.gz")) |
| 520 | (sha256 | 520 | (sha256 |
| 521 | (base32 "1ikdy6jwlc36add55acxlba6f009dln9iyz368c1ndbfpgn4n42g")))) | 521 | (base32 "0q57nb66fww6c8kwfyl5dpv9c2gr721nbbqcpsrh9c6wd6c26339")))) |
| 522 | (build-system cargo-build-system) | 522 | (build-system cargo-build-system) |
| 523 | (arguments | 523 | (arguments |
| 524 | (list | 524 | (list |
