diff options
author | Kei Kebreau <kkebreau@posteo.net> | 2017-12-31 21:28:40 -0500 |
---|---|---|
committer | Kei Kebreau <kkebreau@posteo.net> | 2017-12-31 21:28:40 -0500 |
commit | f0aba3844035abce7a05ef4e7c0b6f3ed9e9b5c8 (patch) | |
tree | cfb6c6e4f5bcbb854718814d75f40b02084e6da7 | |
parent | c300cae68233ec7cbf50c40bdea7c191eed21e54 (diff) | |
download | patches-f0aba3844035abce7a05ef4e7c0b6f3ed9e9b5c8.tar patches-f0aba3844035abce7a05ef4e7c0b6f3ed9e9b5c8.tar.gz |
gnu: xonsh: Update to 0.6.0.
* gnu/packages/shells.scm (xonsh): Update to 0.6.0.
-rw-r--r-- | gnu/packages/shells.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm index 590b2c741d..022287dbf5 100644 --- a/gnu/packages/shells.scm +++ b/gnu/packages/shells.scm @@ -381,14 +381,14 @@ ksh, and tcsh.") (define-public xonsh (package (name "xonsh") - (version "0.5.12") + (version "0.6.0") (source (origin (method url-fetch) (uri (pypi-uri "xonsh" version)) (sha256 (base32 - "1yz595hx5bni524m73cx8a08vcr6vfksfci14nx2ylz53igzva2c")) + "1ikd1xg4iyjqp51y8g8n6c4y39bgx85xnb4bdd3zibkqac3lrahr")) (modules '((guix build utils))) (snippet `(begin |