nckx pushed a commit to branch master
in repository guix.

commit 3c058af52766b6a346be03e3310d3b584953874f
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Sun Feb 7 23:04:14 2021 +0100

    gnu: xonsh: Update to 0.9.25.
    
    * gnu/packages/shells.scm (xonsh): Update to 0.9.25.
---
 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 3db38b9..59547ba 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.24")
+    (version "0.9.25")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "xonsh" version))
         (sha256
-          (base32 "00nwbagsl8qrs7m40lb0yi5dhvippj387bpnjg6w7r9cvfbj2h7m"))
+          (base32 "0q1xy0k5mvz4031p4d3y0j7ljpx32rmpk21jy148l6xcss039br0"))
         (modules '((guix build utils)))
         (snippet
          `(begin

Reply via email to