nckx pushed a commit to branch master
in repository guix.

commit 99146ab871de1567e52b4b60f65fc02d9f46d723
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Sun Mar 7 14:14:40 2021 +0100

    gnu: xonsh: Update to 0.9.27.
    
    * gnu/packages/shells.scm (xonsh): Update to 0.9.27.
---
 gnu/packages/shells.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm
index bb49833..34ef460 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -524,13 +524,13 @@ ksh, and tcsh.")
 (define-public xonsh
   (package
     (name "xonsh")
-    (version "0.9.26")
+    (version "0.9.27")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "xonsh" version))
         (sha256
-          (base32 "00cfhl17hvycqv4vly8cdfj82949hn7572d910z7qkkqy6yy9957"))
+          (base32 "1maz7yvb5py91n699yqsna81x2i25mvrqkrcn7h7870nxd87ral2"))
         (modules '((guix build utils)))
         (snippet
          `(begin

Reply via email to