guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: xonsh: Update to 0.13.4.


From: guix-commits
Subject: branch master updated: gnu: xonsh: Update to 0.13.4.
Date: Thu, 08 Dec 2022 21:15:28 -0500

This is an automated email from the git hooks/post-receive script.

iyzsong pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new b44f0261f8 gnu: xonsh: Update to 0.13.4.
b44f0261f8 is described below

commit b44f0261f8727c25d991de22f376cfa6be984338
Author: Edison Ibáñez <arkhan@riseup.net>
AuthorDate: Thu Dec 8 20:35:31 2022 -0500

    gnu: xonsh: Update to 0.13.4.
    
    * gnu/packages/shells.scm (xonsh): Update to 0.13.4.
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 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 cc34f0a0a0..b607060716 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -540,14 +540,14 @@ ksh, and tcsh.")
 (define-public xonsh
   (package
     (name "xonsh")
-    (version "0.13.3")
+    (version "0.13.4")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "xonsh" version))
         (sha256
           (base32
-           "154s4lbda3n8kamiyblfrv8isn3hnqyxw2k99qicyfll02chpjzl"))
+           "19r1g8i8k6ds7ncvqdh58vkm4m5hz4w9zbglmg1mi7xcdqp4ax8h"))
         (modules '((guix build utils)))
         (snippet
          #~(begin



reply via email to

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