From 92bc522932ad148293e33788276eae1b0bdd8d6b Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 30 Aug 2020 06:01:01 +0200 Subject: gnu: xonsh: Update to 0.9.20. * gnu/packages/shells.scm (xonsh): Update to 0.9.20. --- gnu/packages/shells.scm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm index 6c3d928fed..de2cf62b9b 100644 --- a/gnu/packages/shells.scm +++ b/gnu/packages/shells.scm @@ -513,14 +513,13 @@ ksh, and tcsh.") (define-public xonsh (package (name "xonsh") - (version "0.9.19") + (version "0.9.20") (source (origin (method url-fetch) (uri (pypi-uri "xonsh" version)) (sha256 - (base32 - "0k7v2d166w74j4pw1v72dskhb1xxn40hz874579v4yyvbpfpazcp")) + (base32 "0yhf7vw8csk53cqxkgqbfmndl06x8pywnxylvriz3zql6hn416xf")) (modules '((guix build utils))) (snippet `(begin -- cgit 1.4.1