xonsh: 0.9.17 -> 0.9.18

Changelog: https://github.com/xonsh/xonsh/releases/tag/0.9.18
This commit is contained in:
Mario Rodas 2020-05-05 07:18:00 -05:00
parent bc6bad222e
commit 27e9538b3e
No known key found for this signature in database
GPG key ID: 325649BCA6D53027

View file

@ -8,14 +8,14 @@
python3Packages.buildPythonApplication rec {
pname = "xonsh";
version = "0.9.17";
version = "0.9.18";
# fetch from github because the pypi package ships incomplete tests
src = fetchFromGitHub {
owner = "xonsh";
repo = "xonsh";
rev = version;
sha256 = "0ynfnphbp69am390m5zfzk5rzj1749vs7rzyq310f6mk7xdq6j4v";
sha256 = "1zg5dl9qdysbaw2djy9f7f1ydp7vzjv840cjwqxlmg9615lgg7xa";
};
LC_ALL = "en_US.UTF-8";