[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: xonsh: Update to 0.13.3.
From: |
guix-commits |
Subject: |
branch master updated: gnu: xonsh: Update to 0.13.3. |
Date: |
Wed, 21 Sep 2022 22:05:08 -0400 |
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 89fed46752 gnu: xonsh: Update to 0.13.3.
89fed46752 is described below
commit 89fed467529d947db49b5f6d0d2fccc04cc410b0
Author: arkhan <arkhan@riseup.net>
AuthorDate: Thu Sep 15 09:59:50 2022 -0500
gnu: xonsh: Update to 0.13.3.
* gnu/packages/shells.scm (xonsh): Update to 0.13.3.
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 4d0dd92007..9791a7dd97 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.1")
+ (version "0.13.3")
(source
(origin
(method url-fetch)
(uri (pypi-uri "xonsh" version))
(sha256
(base32
- "1b409wkh41inn6m0qmps4iq6bgvwg465dcfcbffqd15fr1j2d0hq"))
+ "154s4lbda3n8kamiyblfrv8isn3hnqyxw2k99qicyfll02chpjzl"))
(modules '((guix build utils)))
(snippet
#~(begin
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: xonsh: Update to 0.13.3.,
guix-commits <=