From e4797e81ed519b6de88fda3a1f124dc0ac9a06df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Sun, 15 Mar 2026 15:16:52 +0100 Subject: gnu: gash: Update to 0.3.2. * gnu/packages/shells.scm (gash): Update to 0.3.2. [home-page]: Update. Change-Id: Iffb00f2fe4450998510eeb5dd248f7df139e6943 Merges: #7187 --- gnu/packages/shells.scm | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm index d40bbc7f2b0..60638a79454 100644 --- a/gnu/packages/shells.scm +++ b/gnu/packages/shells.scm @@ -1,6 +1,6 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2013 Cyril Roelandt -;;; Copyright © 2013, 2016 Ludovic Courtès +;;; Copyright © 2013, 2016, 2026 Ludovic Courtès ;;; Copyright © 2014, 2015 David Thompson ;;; Copyright © 2014 Kevin Lemonnier ;;; Copyright © 2015 Jeff Mickey @@ -1053,23 +1053,22 @@ JavaScript users who avoid shell.") (define-public gash (package (name "gash") - (version "0.3.1") + (version "0.3.2") (source - ;; Use a copy built from the unofficial 'EBADF-fixes' branch, - ;; . - ;; See . + ;; Note: Pre-built tarballs are no longer hosted at + ;; . (origin (method url-fetch) (uri (string-append "mirror://gnu/guix/mirror/gash-" version ".tar.gz")) (sha256 (base32 - "069wizkfkkifij9n0r6fkwbgcnjyr6xvnjid11ckppx0waixc0s7")))) + "1r74k5qms2rrpx7cywpg9hdywd3y893rl1f4467l86h1gpkih368")))) (build-system gnu-build-system) (native-inputs (list pkg-config)) (inputs (list guile-3.0)) - (home-page "https://savannah.nongnu.org/projects/gash/") + (home-page "https://codeberg.org/guix/gash") (synopsis "POSIX-compatible shell written in Guile Scheme") (description "Gash is a POSIX-compatible shell written in Guile Scheme. It provides both the shell interface, as well as a Guile -- cgit v1.2.3