[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
- branch master updated (cac3914dfc -> 9f7236e3ba), guix-commits, 2022/08/26
- 04/17: gnu: rust-ouroboros: Add 0.15.2., guix-commits, 2022/08/26
- 09/17: gnu: Add streamripper., guix-commits, 2022/08/26
- 10/17: gnu: streamripper: Remove bundled software., guix-commits, 2022/08/26
- 17/17: gnu: gcc-12: Update to 12.2.0., guix-commits, 2022/08/26
- 01/17: gnu: libreoffice: Add release-monitoring-url., guix-commits, 2022/08/26
- 02/17: gnu: rust-ghost: Update to 0.1.6., guix-commits, 2022/08/26
- 14/17: gnu: xonsh: Update to 0.13.1,
guix-commits <=
- 15/17: gnu: oil: Update to 0.12.4., guix-commits, 2022/08/26
- 16/17: gnu: transmission: Add libappindicator to inputs., guix-commits, 2022/08/26
- 05/17: gnu: rust-send-wrapper: Add 0.5.0., guix-commits, 2022/08/26
- 11/17: gnu: python-apsw: Update to 3.39.2.0., guix-commits, 2022/08/26
- 06/17: gnu: rust-widestring: Add 0.5.1., guix-commits, 2022/08/26
- 07/17: gnu: rust-indoc: Update to 1.0.7., guix-commits, 2022/08/26
- 13/17: gnu: python-qtpy: Update to 2.2.0., guix-commits, 2022/08/26
- 08/17: gnu: python-cryptography: Update to 37.0.4., guix-commits, 2022/08/26
- 03/17: gnu: rust-inventory: Add 0.2.3., guix-commits, 2022/08/26
- 12/17: gnu: python-apsw: Remove obsolete code., guix-commits, 2022/08/26