summaryrefslogtreecommitdiff
path: root/gnu/packages/shellutils.scm
diff options
context:
space:
mode:
authorFoster Hangdaan <foster@hangdaan.email>2026-07-08 04:31:11 -0400
committerCayetano Santos <csantosb@inventati.org>2026-07-11 18:42:40 +0200
commit9b6edca7300d662c2954edfade83e67280cbbb64 (patch)
tree64b7f313a1b1f5f203456460caff583f1549838d /gnu/packages/shellutils.scm
parent13fe4a20b5464b8f0a30a0920e8feaac86fa5785 (diff)
gnu: starship: Update to 1.26.0.
* gnu/packages/rust-crates.scm (lookup-cargo-inputs)[starship]: Update entry. * gnu/local.mk: Register the patch file right below. * gnu/packages/patches/starship-test-timezone-fix.patch: New file. * gnu/packages/shellutils.scm (starship): Update to 1.26.0. [source]<patches>: Add patch file above. Merges guix/guix!9815 Signed-off-by: Cayetano Santos <csantosb@inventati.org>
Diffstat (limited to 'gnu/packages/shellutils.scm')
-rw-r--r--gnu/packages/shellutils.scm7
1 files changed, 5 insertions, 2 deletions
diff --git a/gnu/packages/shellutils.scm b/gnu/packages/shellutils.scm
index 2931601ef08..cd0b8484fd3 100644
--- a/gnu/packages/shellutils.scm
+++ b/gnu/packages/shellutils.scm
@@ -51,6 +51,7 @@
51 #:use-module (guix build-system gnu) 51 #:use-module (guix build-system gnu)
52 #:use-module (guix build-system go) 52 #:use-module (guix build-system go)
53 #:use-module (guix build-system pyproject) 53 #:use-module (guix build-system pyproject)
54 #:use-module (gnu packages)
54 #:use-module (gnu packages admin) 55 #:use-module (gnu packages admin)
55 #:use-module (gnu packages autotools) 56 #:use-module (gnu packages autotools)
56 #:use-module (gnu packages base) 57 #:use-module (gnu packages base)
@@ -510,14 +511,16 @@ POSIX Shell}, @url{https://www.gnu.org/software/bash/, Bash}, and
510(define-public starship 511(define-public starship
511 (package 512 (package
512 (name "starship") 513 (name "starship")
513 (version "1.25.1") 514 (version "1.26.0")
514 (source 515 (source
515 (origin 516 (origin
516 (method url-fetch) 517 (method url-fetch)
517 (uri (crate-uri "starship" version)) 518 (uri (crate-uri "starship" version))
518 (file-name (string-append name "-" version ".tar.gz")) 519 (file-name (string-append name "-" version ".tar.gz"))
519 (sha256 520 (sha256
520 (base32 "022bnq9lq0kq0zxs34li0j653rhlh4y2garc3mvcr90pddjhp4wg")))) 521 (base32 "15jm2frr3l946drv1lazc9pa8fxpf324zcdwgya2p6h8r0505zv6"))
522 (patches
523 (search-patches "starship-test-timezone-fix.patch"))))
521 (build-system cargo-build-system) 524 (build-system cargo-build-system)
522 (arguments 525 (arguments
523 (list 526 (list