diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2026-03-15 15:16:52 +0100 |
|---|---|---|
| committer | Zheng Junjie <z572@z572.online> | 2026-07-21 13:13:39 +0800 |
| commit | e4797e81ed519b6de88fda3a1f124dc0ac9a06df (patch) | |
| tree | c8e82f51f51b6deaa643a51e4cfd0b7f3fe99ae2 | |
| parent | 52e478cb463f6c6de1610f3d4012f8d753374528 (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 d40bbc7f2b0..60638a79454 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> |
| @@ -1053,23 +1053,22 @@ JavaScript users who avoid shell.") | |||
| 1053 | (define-public gash | 1053 | (define-public gash |
| 1054 | (package | 1054 | (package |
| 1055 | (name "gash") | 1055 | (name "gash") |
| 1056 | (version "0.3.1") | 1056 | (version "0.3.2") |
| 1057 | (source | 1057 | (source |
| 1058 | ;; Use a copy built from the unofficial 'EBADF-fixes' branch, | 1058 | ;; Note: Pre-built tarballs are no longer hosted at |
| 1059 | ;; <https://codeberg.org/civodul/gash/commit/7c9bf2110cfe85424fba0cd14445d5f0926c3fbd>. | 1059 | ;; <https://savannah.nongnu.org/projects/gash>. |
| 1060 | ;; See <https://issues.guix.gnu.org/75658>. | ||
| 1061 | (origin (method url-fetch) | 1060 | (origin (method url-fetch) |
| 1062 | (uri (string-append "mirror://gnu/guix/mirror/gash-" | 1061 | (uri (string-append "mirror://gnu/guix/mirror/gash-" |
| 1063 | version ".tar.gz")) | 1062 | version ".tar.gz")) |
| 1064 | (sha256 | 1063 | (sha256 |
| 1065 | (base32 | 1064 | (base32 |
| 1066 | "069wizkfkkifij9n0r6fkwbgcnjyr6xvnjid11ckppx0waixc0s7")))) | 1065 | "1r74k5qms2rrpx7cywpg9hdywd3y893rl1f4467l86h1gpkih368")))) |
| 1067 | (build-system gnu-build-system) | 1066 | (build-system gnu-build-system) |
| 1068 | (native-inputs | 1067 | (native-inputs |
| 1069 | (list pkg-config)) | 1068 | (list pkg-config)) |
| 1070 | (inputs | 1069 | (inputs |
| 1071 | (list guile-3.0)) | 1070 | (list guile-3.0)) |
| 1072 | (home-page "https://savannah.nongnu.org/projects/gash/") | 1071 | (home-page "https://codeberg.org/guix/gash") |
| 1073 | (synopsis "POSIX-compatible shell written in Guile Scheme") | 1072 | (synopsis "POSIX-compatible shell written in Guile Scheme") |
| 1074 | (description "Gash is a POSIX-compatible shell written in Guile | 1073 | (description "Gash is a POSIX-compatible shell written in Guile |
| 1075 | Scheme. It provides both the shell interface, as well as a Guile | 1074 | Scheme. It provides both the shell interface, as well as a Guile |
