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.15.1


From: guix-commits
Subject: branch master updated: gnu: xonsh: Update to 0.15.1
Date: Thu, 07 Mar 2024 14:09:59 -0500

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

arunisaac pushed a commit to branch master
in repository guix.

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

commit 0db53e647028df60223ce0e2d4a404deaaca7652
Author: arkhan <arkhan@riseup.net>
AuthorDate: Thu Mar 7 12:27:14 2024 -0500

    gnu: xonsh: Update to 0.15.1
    
    * gnu/packages/shells.scm (xonsh): Update to 0.15.1
    
    Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
---
 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 1822380ac8..492f4693d8 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -547,14 +547,14 @@ ksh, and tcsh.")
 (define-public xonsh
   (package
     (name "xonsh")
-    (version "0.14.2")
+    (version "0.15.1")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "xonsh" version))
         (sha256
           (base32
-           "0fddxzd45zvfr687mvd90f5s376yz0a8ln7qbpl94q89z7l0y77k"))
+           "0427mimr4k75myg5mnig564kq7xbb5f5hws2ly3gxxl6g8mk79il"))
         (modules '((guix build utils)))
         (snippet
          #~(begin



reply via email to

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