guix-commits
[Top][All Lists]
Advanced

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

14/17: gnu: xonsh: Update to 0.13.1


From: guix-commits
Subject: 14/17: gnu: xonsh: Update to 0.13.1
Date: Fri, 26 Aug 2022 18:11:14 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 63471f6e7aab9efc6dbca126bbd027d85aa71f2c
Author: arkhan <arkhan@riseup.net>
AuthorDate: Thu Aug 25 20:14:37 2022 -0500

    gnu: xonsh: Update to 0.13.1
    
    * gnu/packages/shells.scm (xonsh): Update to 0.13.0.
    
    Signed-off-by: Marius Bakke <marius@gnu.org>
---
 gnu/packages/shells.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm
index cb983fb148..1f87fe26bf 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -540,13 +540,14 @@ ksh, and tcsh.")
 (define-public xonsh
   (package
     (name "xonsh")
-    (version "0.13.0")
+    (version "0.13.1")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "xonsh" version))
         (sha256
-          (base32 "12ayz1kw2ag3r407j0lng2kfp75im8xqap1nvpmpa0lmsx8wk7ll"))
+          (base32
+           "1b409wkh41inn6m0qmps4iq6bgvwg465dcfcbffqd15fr1j2d0hq"))
         (modules '((guix build utils)))
         (snippet
          #~(begin



reply via email to

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