summaryrefslogtreecommitdiff
path: root/gnu/packages/shellutils.scm
diff options
context:
space:
mode:
authorFoster Hangdaan <foster@hangdaan.email>2026-04-18 08:32:06 -0400
committerEfraim Flashner <efraim@flashner.co.il>2026-04-19 10:42:13 +0300
commit2f889ec2b57d7b17cc24e4f7eac86caa27655dca (patch)
tree8c124b3e6f26836b04c8ccacd4974fcb42d1c06e /gnu/packages/shellutils.scm
parentcfd676fa24eba6cb0809443cecfae8b8c2e90100 (diff)
gnu: starship: Update to 1.25.0.
* gnu/packages/shellutils.scm (starship): Update to 1.25.0. * gnu/packages/rust-crates.scm (lookup-crate-inputs): Update starship crates. Fixes: guix/guix#7978 Change-Id: Ib035143e89582c2967665c4b84d008bc03af4517 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Diffstat (limited to 'gnu/packages/shellutils.scm')
-rw-r--r--gnu/packages/shellutils.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/shellutils.scm b/gnu/packages/shellutils.scm
index 672f87bf178..54766c98582 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.24.2") 514 (version "1.25.0")
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 "0q57nb66fww6c8kwfyl5dpv9c2gr721nbbqcpsrh9c6wd6c26339")))) 521 (base32 "0l0104a7f0ad636fzhybssjl76c5axkx241qq0f7f051kg34l5nj"))))
522 (build-system cargo-build-system) 522 (build-system cargo-build-system)
523 (arguments 523 (arguments
524 (list 524 (list