[PATCH] gnu: fish: Update to 3.0.2.

  • Done
  • quality assurance status badge
Details
2 participants
  • Meiyo Peng
  • Ricardo Wurmus
Owner
unassigned
Submitted by
Meiyo Peng
Severity
normal

Debbugs page

Meiyo Peng wrote 6 years ago
(address . guix-patches@gnu.org)(name . Meiyo Peng)(address . meiyo@riseup.net)
20190314033656.6746-1-meiyo@riseup.net
* gnu/packages/shells.scm (fish): Update to 3.0.2.
---
gnu/packages/shells.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm
index d0561559e9..4c832c0702 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -91,7 +91,7 @@ direct descendant of NetBSD's Almquist Shell (@command{ash}).")
(define-public fish
(package
(name "fish")
- (version "3.0.0")
+ (version "3.0.2")
(source
(origin
(method url-fetch)
@@ -99,7 +99,7 @@ direct descendant of NetBSD's Almquist Shell (@command{ash}).")
"releases/download/" version "/"
name "-" version ".tar.gz"))
(sha256
- (base32 "1kzjd0n0sfslkd36lzrvvvgy3qwkd9y466bkrqlnhd5h9dhx77ga"))))
+ (base32 "03j3jl9jzlnhq4p86zj8wqsh5sx45j1d1fvfa80ks1cfdg68qwhl"))))
(build-system gnu-build-system)
(inputs
`(("fish-foreign-env" ,fish-foreign-env)
--
2.21.0
Ricardo Wurmus wrote 6 years ago
(name . Meiyo Peng)(address . meiyo@riseup.net)(address . 34853-done@debbugs.gnu.org)
87d0mt4vw7.fsf@elephly.net
Meiyo Peng <meiyo@riseup.net> writes:

Toggle quote (2 lines)
> * gnu/packages/shells.scm (fish): Update to 3.0.2.

Thanks! Applied with commit bb2f114de9.

--
Ricardo
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 34853@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 34853
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help