summaryrefslogtreecommitdiff
path: root/gnu/packages/shells.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-05-01 19:27:29 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2018-05-01 19:29:41 +0200
commit9822835fc86edf10f0f04f40063b4577c02c2bd7 (patch)
tree6e56cd12d3ca61808216dde007b4811e22e93039 /gnu/packages/shells.scm
parent63f0b67231fff263e8859119e441ab7f43e83153 (diff)
downloadpatches-9822835fc86edf10f0f04f40063b4577c02c2bd7.tar
patches-9822835fc86edf10f0f04f40063b4577c02c2bd7.tar.gz
gnu: xonsh: Update to 0.6.2.
* gnu/packages/shells.scm (xonsh): Update to 0.6.2.
Diffstat (limited to 'gnu/packages/shells.scm')
-rw-r--r--gnu/packages/shells.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm
index f0f25a0120..052eb0ddb9 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -355,14 +355,14 @@ ksh, and tcsh.")
(define-public xonsh
(package
(name "xonsh")
- (version "0.6.1")
+ (version "0.6.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "xonsh" version))
(sha256
(base32
- "09rrfcwpirbxmjjqnsbyn7lwm1wyn41z5zhkbnv57i5hcgs72kx6"))
+ "0c2bbmdg0n10q54vq9k1z5n53l0mh1hb1q5xprfhilvrbr6hlcwr"))
(modules '((guix build utils)))
(snippet
`(begin