xonsh: 0.9.23 -> 0.9.24

https://github.com/xonsh/xonsh/releases/tag/0.9.24
This commit is contained in:
Mario Rodas 2020-10-16 04:20:00 +00:00
parent e98e29ed3a
commit 600d0c978a

View file

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