guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/04: gnu: xonsh: Update to 0.9.22.


From: guix-commits
Subject: 01/04: gnu: xonsh: Update to 0.9.22.
Date: Wed, 23 Sep 2020 06:59:13 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 3feeface3101777bad0ff0d57e8e50c4818afe9a
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Sep 23 12:49:00 2020 +0200

    gnu: xonsh: Update to 0.9.22.
    
    * gnu/packages/shells.scm (xonsh): Update to 0.9.22.
---
 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 6783af2..f3035b6 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.21")
+    (version "0.9.22")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "xonsh" version))
         (sha256
-          (base32 "1mih5w73wp57fnf1vcxnfmm5d31vm7pz8fq5a9vw1ch3dv0yczl5"))
+          (base32 "1jnj063i2123d8yhqxwyx496b3npfyhszavg36748ysi0py5j8yd"))
         (modules '((guix build utils)))
         (snippet
          `(begin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]