summaryrefslogtreecommitdiff
path: root/gnu/packages/shells.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-04-17 02:36:33 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2018-04-17 04:02:11 +0200
commit05341cc97b3d4cbfe12b0814342ca95f5fcc4ee1 (patch)
treedc21227aab65a74b4b03dc56c0db07c3cba15954 /gnu/packages/shells.scm
parentee280cea93dc7c2895aa7b1e0b2fb3ba68410e56 (diff)
downloadguix-patches-05341cc97b3d4cbfe12b0814342ca95f5fcc4ee1.tar
guix-patches-05341cc97b3d4cbfe12b0814342ca95f5fcc4ee1.tar.gz
gnu: xonsh: Update to 0.6.1.
* gnu/packages/shells.scm (xonsh): Update to 0.6.1.
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 69bc09a3a9..f5e7b7a7c0 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -357,14 +357,14 @@ ksh, and tcsh.")
(define-public xonsh
(package
(name "xonsh")
- (version "0.6.0")
+ (version "0.6.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "xonsh" version))
(sha256
(base32
- "1ikd1xg4iyjqp51y8g8n6c4y39bgx85xnb4bdd3zibkqac3lrahr"))
+ "09rrfcwpirbxmjjqnsbyn7lwm1wyn41z5zhkbnv57i5hcgs72kx6"))
(modules '((guix build utils)))
(snippet
`(begin