nckx pushed a commit to branch master
in repository guix.

commit cb4b56508da8e665c1ab2fbd914b727f2e943fe7
Author: Tobias Geerinckx-Rice <m...@tobias.gr>
AuthorDate: Mon Oct 19 20:04:54 2020 +0200

    gnu: xonsh: Update to 0.9.24.
    
    * gnu/packages/shells.scm (xonsh): Update to 0.9.24.
---
 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 9e400eb..9b8399d 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -513,13 +513,13 @@ ksh, and tcsh.")
 (define-public xonsh
   (package
     (name "xonsh")
-    (version "0.9.23")
+    (version "0.9.24")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "xonsh" version))
         (sha256
-          (base32 "165lx37kibsm56srg9rj7s950b0p7g4g8qhs2iikbcyinp303g35"))
+          (base32 "00nwbagsl8qrs7m40lb0yi5dhvippj387bpnjg6w7r9cvfbj2h7m"))
         (modules '((guix build utils)))
         (snippet
          `(begin

Reply via email to