diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2026-03-15 15:16:52 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2026-03-30 23:41:32 +0200 |
| commit | 51abc3b55e10325957927ffd51296de1677d2d39 (patch) | |
| tree | 4ef7c1f113fa527c942c0c0e344c827f0b3c85e9 | |
| parent | 4d787faff2085d37deb4c2fe27aba45d3e68a265 (diff) | |
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
| -rw-r--r-- | gnu/packages/shells.scm | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm index 6b22d2fbba6..f940163d320 100644 --- a/gnu/packages/shells.scm +++ b/gnu/packages/shells.scm | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; GNU Guix --- Functional package management for GNU | 1 | ;;; GNU Guix --- Functional package management for GNU |
| 2 | ;;; Copyright © 2013 Cyril Roelandt <tipecaml@gmail.com> | 2 | ;;; Copyright © 2013 Cyril Roelandt <tipecaml@gmail.com> |
| 3 | ;;; Copyright © 2013, 2016 Ludovic Courtès <ludo@gnu.org> | 3 | ;;; Copyright © 2013, 2016, 2026 Ludovic Courtès <ludo@gnu.org> |
| 4 | ;;; Copyright © 2014, 2015 David Thompson <davet@gnu.org> | 4 | ;;; Copyright © 2014, 2015 David Thompson <davet@gnu.org> |
| 5 | ;;; Copyright © 2014 Kevin Lemonnier <lemonnierk@ulrar.net> | 5 | ;;; Copyright © 2014 Kevin Lemonnier <lemonnierk@ulrar.net> |
| 6 | ;;; Copyright © 2015 Jeff Mickey <j@codemac.net> | 6 | ;;; Copyright © 2015 Jeff Mickey <j@codemac.net> |
| @@ -1046,23 +1046,22 @@ JavaScript users who avoid shell.") | |||
| 1046 | (define-public gash | 1046 | (define-public gash |
| 1047 | (package | 1047 | (package |
| 1048 | (name "gash") | 1048 | (name "gash") |
| 1049 | (version "0.3.1") | 1049 | (version "0.3.2") |
| 1050 | (source | 1050 | (source |
| 1051 | ;; Use a copy built from the unofficial 'EBADF-fixes' branch, | 1051 | ;; Note: Pre-built tarballs are no longer hosted at |
| 1052 | ;; <https://codeberg.org/civodul/gash/commit/7c9bf2110cfe85424fba0cd14445d5f0926c3fbd>. | 1052 | ;; <https://savannah.nongnu.org/projects/gash>. |
| 1053 | ;; See <https://issues.guix.gnu.org/75658>. | ||
| 1054 | (origin (method url-fetch) | 1053 | (origin (method url-fetch) |
| 1055 | (uri (string-append "mirror://gnu/guix/mirror/gash-" | 1054 | (uri (string-append "mirror://gnu/guix/mirror/gash-" |
| 1056 | version ".tar.gz")) | 1055 | version ".tar.gz")) |
| 1057 | (sha256 | 1056 | (sha256 |
| 1058 | (base32 | 1057 | (base32 |
| 1059 | "069wizkfkkifij9n0r6fkwbgcnjyr6xvnjid11ckppx0waixc0s7")))) | 1058 | "1r74k5qms2rrpx7cywpg9hdywd3y893rl1f4467l86h1gpkih368")))) |
| 1060 | (build-system gnu-build-system) | 1059 | (build-system gnu-build-system) |
| 1061 | (native-inputs | 1060 | (native-inputs |
| 1062 | (list pkg-config)) | 1061 | (list pkg-config)) |
| 1063 | (inputs | 1062 | (inputs |
| 1064 | (list guile-3.0)) | 1063 | (list guile-3.0)) |
| 1065 | (home-page "https://savannah.nongnu.org/projects/gash/") | 1064 | (home-page "https://codeberg.org/guix/gash") |
| 1066 | (synopsis "POSIX-compatible shell written in Guile Scheme") | 1065 | (synopsis "POSIX-compatible shell written in Guile Scheme") |
| 1067 | (description "Gash is a POSIX-compatible shell written in Guile | 1066 | (description "Gash is a POSIX-compatible shell written in Guile |
| 1068 | Scheme. It provides both the shell interface, as well as a Guile | 1067 | Scheme. It provides both the shell interface, as well as a Guile |
