summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2026-03-15 15:16:52 +0100
committerZheng Junjie <z572@z572.online>2026-06-20 23:59:09 +0800
commit112924af221c999011f3570feb6994d0d84034bd (patch)
treebc0ff368356f69f471582ce99175526357bba207
parenta087e06c814c1a331fc7aa84911a4aa0d84095ae (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.scm13
1 files changed, 6 insertions, 7 deletions
diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm
index 8274ad8ca0a..4e881b4e4be 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
1075Scheme. It provides both the shell interface, as well as a Guile 1074Scheme. It provides both the shell interface, as well as a Guile