aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/shells.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2017-03-31 14:35:25 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2017-03-31 15:33:15 +0200
commit32ea65370ee329f9a5eacadf60f2c7cd77f414e2 (patch)
tree99e8346d9da9e6341aa5e00f75891872bd601f61 /gnu/packages/shells.scm
parenta20d28bb7c93cc3366e182a9ed7946ac25a01956 (diff)
downloadguix-32ea65370ee329f9a5eacadf60f2c7cd77f414e2.tar
guix-32ea65370ee329f9a5eacadf60f2c7cd77f414e2.tar.gz
gnu: xonsh: Update to 0.5.9.
* gnu/packages/shells.scm (xonsh): Update to 0.5.9.
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 2ea23acd33..45582c37fe 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -342,14 +342,14 @@ ksh, and tcsh.")
(define-public xonsh
(package
(name "xonsh")
- (version "0.5.5")
+ (version "0.5.9")
(source
(origin
(method url-fetch)
(uri (pypi-uri "xonsh" version))
(sha256
(base32
- "1wa5g1gxk4aw8jazp3fqmr7mlkdmnva83x28i9xd3s99lv0qb3dd"))
+ "09s5k7fh4p0vkq0fha4ikwqlqsyv84vmlbqn8ggn0ymd47ajv38z"))
(modules '((guix build utils)))
(snippet
`(begin