diff options
-rw-r--r-- | gnu/packages/shells.scm | 5 |
1 files 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 |